﻿@charset "utf-8";

/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 12px;
    font-family: "宋体";
    color: #525252;
    background: #fff;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
}

table {
    margin: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}

/*定义新型浏览器特性*/
::-webkit-scrollbar {
    width: 0px;
    height: 10px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #fff
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #fff
}

::-webkit-scrollbar-corner:vertical {
    background-color: #fff
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #fff;
}


.video_shipin {
    position: relative;
    z-index: 0;
}

.video_shipinimg {
    width: 1200px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    text-align: center;
}

.video_shipinimgbtn {
    vertical-align: middle;
    margin-top: 300px;
}




.clear {
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

.ce_img {
    display: none;
}

.detail {
    width: 1200px;
    height: 663px;
}

.ban1 {
    width: 1200px;
    height: 663px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ban3 {
    width: 1200px;
    height: 580px;
    position: relative;
    overflow: hidden;
}

.ban3 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban3 ul li {
    width: 1200px;
    height: 580px;
    list-style: none;
    text-align: center;
}

.prev {
    float: left;
    cursor: pointer;
}

.min_pic1 {
    width: 1200px;
    height: 80px;
    margin-top: 3px;
}

.num1 {
    height: 80px;
    overflow: hidden;
    width: 1198px;
    position: relative;
    float: left;
}

.num1 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.num1 ul li {
    width: 168px;
    height: 78px;
    margin-right: 1px;
    list-style: none;
    border: 1px solid #fff;
}

.num1 ul li.on {
    border: 1px solid #00a0e9;
}

.prev1 {
    position: absolute;
    top: 45%;
    left: 0px;
    z-index: 9;
    cursor: pointer;
    font-size: 40px;
    color: #00a0e9;
    font-family: "宋体";
    font-weight: bold;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 44px;
}

.prev1:hover {
    background-color: #00a0e9;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
}

.next1 {
    position: absolute;
    top: 45%;
    right: 0px;
    z-index: 9;
    cursor: pointer;
    font-size: 40px;
    color: #00a0e9;
    font-family: "宋体";
    font-weight: bold;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 44px;
}

.next1:hover {
    background-color: #00a0e9;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
}

.detail_lun {
    display: none;
}

/*分页样式*/
.page_list {
    height: 38px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    float: left;
    margin: auto;
    margin-bottom: 80px;
    margin-top: 30px;
}

.page_list a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #ececec;
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #57aafb;
    background-color: #57aafb;
}

.page_list a.on {
    color: #fff;
    border: 1px solid #57aafb;
    background-color: #57aafb;
}


/*内容分页*/
.contPage {
    height: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    width: 100%;
    float: left;
}

.contPage a {
    display: inline-block;
    color: #06257a;
    text-align: center;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
    behavior: url(css3.htc);
    background: #fff;
    margin-right: 3px;
    border: 1px solid #06257a;
}

.contPage a:hover {
    color: #fff;
    background: #06257a;
    border: 1px solid #06257a;
}

.contPage a.on {
    color: #fff;
    background: #06257a;
    border: 1px solid #06257a;
}


/*头部*/
.tou {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.header1 {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    z-index: 99;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    /* border-bottom: 1px solid #ececec; */
}

.head2 {
    width: 1200px;
    height: 80px;
    margin: auto;
}

.head {
    width: 1200px;
    height: 80px;
    margin: auto;
}

.head_logo {
    float: left;
    height: 80px;
}

.head_logo img {
    padding-top: 20px;
    cursor: pointer;
}

.head_right {
    float: right;
    height: 80px;
}

.nav {
    float: left;
    height: 80px;
}

.nav ul li {
    float: left;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hiddenz;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    list-style: none;
}

.nav ul li a:hover {
    color: #00a0e9;
    border-bottom: 3px solid #00a0e9;
}

.nav ul li.active_li {
    color: #00a0e9;
    border-bottom: 3px solid #00a0e9;
}

.nav ul li.active_li a {
    color: #00a0e9;
    border-bottom: 3px solid #00a0e9;
}

.nav ul li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 77px;
    height: 77px;
    border-bottom: 3px solid none;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 99;
    padding: 0px 25px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nav ul li a span {
    position: relative;
}

.nav ul li.contect_li {
    color: #00a0e9;
    border-bottom: 3px solid #00a0e9;
}

.search {
    float: left;
    height: 110px;
    margin-left: 25px;
    position: relative;
    width: 19px;
}

.search_left {
    position: absolute;
    height: 19px;
    top: 32px;
    left: 0;
    width: 120px;
    display: none;
}

.search_text {
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    background-color: inherit;
    width: 120px;
    height: 19px;
    font-family: "微软雅黑";
}

.search_text::-webkit-input-placeholder {
    color: #fff;
}

.search_right {
    float: right;
    width: 19px;
    height: 19px;
    padding-top: 32px;
}

.search_btn {
    width: 19px;
    height: 19px;
    background: url(../images/index_06.png) no-repeat center;
    border: none;
    cursor: pointer;
}

.head_qie {
    float: right;
    height: 80px;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}

.head_qie a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}

.head_qie span {
    padding: 0px 8px;
}

.head_qie a:hover {
    color: #00a0e9;
    -webkit-transition: all 0.4s ease-in-out;
}

.head1 {
    width: 1200px;
    height: 80px;
    margin: auto;
    display: none;
}

.head_logo1 {
    float: left;
    height: 80px;
}

.head_logo1 img {
    padding-top: 20px;
    cursor: pointer;
}

.head_logo2 {
    display: none;
}

.head_right {
    float: right;
    height: 80px;
}

.nav1 {
    float: left;
    height: 80px;
}

.nav1 ul li {
    float: left;
    height: 81px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hiddenz;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    list-style: none;
}

.nav1 ul li a:hover {
    color: #00a0e9;
    border-bottom: 3px solid #00a0e9;
}

.nav1 ul li.active_li {
    color: #00a0e9;
    border-bottom: 3px solid #00a0e9;
}

.nav1 ul li.active_li a {
    color: #00a0e9;
    border-bottom: 3px solid #00a0e9;
}

.nav1 ul li a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    line-height: 77px;
    height: 77px;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 99;
    padding: 0px 25px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nav1 ul li a span {
    position: relative;
}

.nav1 ul li.contect_li {
    color: #00a0e9;
    border-bottom: 3px solid #00a0e9;
}

.search_text1 {
    border: none;
    border-bottom: 1px solid #333;
    font-size: 14px;
    color: #333;
    background-color: inherit;
    width: 120px;
    height: 19px;
    font-family: "微软雅黑";
}

.search_text1::-webkit-input-placeholder {
    color: #333;
}

.search_btn1 {
    width: 19px;
    height: 19px;
    background: url(../images/index_061.png) no-repeat center;
    border: none;
    cursor: pointer;
}

.search_btn2 {
    width: 20px;
    height: 20px;
    background: url(../images/shou.jpg) no-repeat center;
    background-size: auto 100%;
    border: none;
    cursor: pointer;
}

.head_qie1 {
    float: right;
    height: 80px;
    font-size: 14px;
    color: #333;
    margin-left: 20px;
}

.head_qie1 a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}

.head_qie1 span {
    padding: 0px 8px;
}

.head_qie1 a:hover {
    color: #00a0e9;
    -webkit-transition: all 0.4s ease-in-out;
}




/*内页banner*/
.banner {
    width: 100%;
    height: 360px;
    margin: auto;
    position: relative;
}

.n_big {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.banner_1 {
    width: 100%;
    height: 360px;
    margin: auto;
    text-align: center;
    line-height: 360px;
    font-size: 40px;
    color: #fff;
    background-color: rgba(1, 50, 98, 0.6);
}

.banner1 {
    display: none;
}

/*导航*/
.mune_warp {
    width: 1200px;
    height: 60px;
    margin: auto;
    margin-top: 60px;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.mune {
    width: 1200px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.mune a {
    display: inline-block;
    padding: 0px 25px;
    height: 58px;
    line-height: 58px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    font-size: 18px;
    color: #666666;
}

.mune a:hover {
    color: #57aafb;
    border-bottom: 2px solid #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.mune a.mune_a {
    color: #57aafb;
    border-bottom: 2px solid #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.mune1 {
    display: none;
}

.rich_back {
    position: absolute;
    right: 0;
    top: 0;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #666666;
}

.rich_back a {
    display: block;
    font-size: 16px;
    color: #333333;
    background: url(../images/back_03.png) no-repeat left;
    padding-left: 25px;
}

.rich_back a:hover {
    color: #57aafb;
    border-bottom: none;
    -webkit-transition: all 0.4s ease-in-out;
}

.rich_back1 {
    display: none;
}

.rich_jie {
    position: absolute;
    right: 0;
    top: 0;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #666666;
}


/*底部*/
.footer {
    width: 100%;
    height: 380px;
    background: url(../images/index_81.jpg) repeat-x center;
    margin: auto;
}

.foot {
    width: 1200px;
    height: 380px;
    margin: auto;
}

.foot_top {
    width: 1200px;
    height: 325px;
    padding-top: 55px;
}

.foot_left {
    float: left;
    width: 120px;
    height: 325px;
}

.foot_biao {
    width: 100%;
    height: 35px;
}

.foot_biao a {
    display: block;
    font-size: 16px;
    color: #eaeaea;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.foot_biao a:hover {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out
}

.foot_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}

.foot_con a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #b3b3b3;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
}

.foot_con a:hover {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out
}

.foot_left1 {
    float: left;
    width: 120px;
    height: 325px;
}

.foot_biao1 {
    width: 100%;
    height: 35px;
}

.foot_biao1 a {
    display: block;
    font-size: 16px;
    color: #eaeaea;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.foot_biao1 a:hover {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out
}

.foot_con9 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}

.foot_con9 a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #b3b3b3;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
}

.foot_con9 a:hover {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out
}

.foot_left3 {
    float: left;
    width: 200px;
    height: 325px;
}

.foot_mid {
    float: left;
    width: 270px;
    height: 325px;
}

.foot_con1 {
    width: 270px;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}

.foot_con1 a {
    display: block;
    float: left;
    width: 135px;
    font-size: 14px;
    color: #b3b3b3;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
}

.foot_con1 a:hover {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out
}

.foot_lian {
    float: left;
    width: 90px;
    height: 325px;
    margin-left: 35px;
}

.foot_con2 {
    width: 90px;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}

.foot_con2 a {
    display: block;
    width: 90px;
    font-size: 14px;
    color: #b3b3b3;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
}

.foot_con2 a:hover {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out
}

.foot_right {
    float: right;
    height: 180px;
    padding-top: 115px;
}

.foot_wei {
    float: left;
    width: 120px;
    height: auto;
    overflow: hidden;
    margin-left: 25px;
}

.foot_wei_1 {
    width: 120px;
    height: 120px;
}

.foot_wei_2 {
    width: 120px;
    text-align: center;
    font-size: 16px;
    color: #b3b3b3;
    height: 60px;
    line-height: 60px;
}



/*版权*/
.typeright_warp {
    width: 100%;
    background: url(../images/index_82.jpg) repeat-x center;
    height: 48px;
}

.typeright {
    width: 1200px;
    margin: auto;
    height: 48px;
}

.typeright_left {
    float: left;
    height: 48px;
    font-size: 14px;
    color: #b3b3b3;
    line-height: 48px;
}

.typeright_right {
    float: right;
    height: 48px;
    font-size: 14px;
    color: #b3b3b3;
    line-height: 48px;
}


/*新闻详情*/
.xiang {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding-bottom: 80px;
    margin-top: 40px;
}

.xiang_tit {
    width: 1200px;
    height: auto;
    line-height: 40px;
    overflow: hidden;
    font-size: 28px;
    color: #333333;
    text-align: center;
    border-bottom: 1px dashed #ececec;
}

.xiang_come {
    width: 1200px;
    font-size: 12px;
    color: #999999;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
}

.xiang_come span {
    color: #206bd1;
    margin-left: 20px;
    margin-right: 20px;
}

.xiang_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #ececec;
}

.xiang_con5 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 120px;
    padding-bottom: 50px;
}

.xiang_con1 {
    display: none;
}

.xiang_fen {
    width: 1200px;
    height: auto;
    overflow: hidden;
    text-align: right;
    padding: 15px 0px;
}

.xiang_next {
    width: 1200px;
    height: 90px;
}

.xiang_next a {
    font-size: 14px;
    cursor: pointer;
    color: #333333;
    width: 100%;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
}

.xiang_next a:hover {
    color: #57aafb;
    transition: all 0.2s ease-in;
}

/*党群概况*/
.survey {
    width: 1200px;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin: auto;
    margin-top: 65px;
    padding-bottom: 120px;
}

/*搜索*/
.banner_2 {
    width: 100%;
    height: 190px;
    margin: auto;
    padding-top: 170px;
    background-color: rgba(1, 50, 98, 0.6);
}

.rich {
    width: 624px;
    height: 54px;
    background-color: #fff;
    margin: auto;
    position: relative;
}

.rich_text {
    font-size: 16px;
    color: #999999;
    padding-left: 25px;
    height: 54px;
    border: none;
    width: 515px;
}

.rich_btn {
    width: 84px;
    height: 54px;
    border: none;
    background: #57aafb url(../images/index_06.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}

.main {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 50px;
}

.finally {
    width: 900px;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.finally ul li {
    width: 900px;
    height: 150px;
    list-style: none;
    margin-bottom: 30px;
}

.finally ul li a {
    display: block;
    width: 900px;
    height: 149px;
    border-bottom: 1px solid #ececec;
}

.finally ul li a:hover .finally_1 {
    color: #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.finally ul li a:hover .finally_2 {
    text-decoration: underline;
    -webkit-transition: all 0.4s ease-in-out;
}

.finally_1 {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.finally_2 {
    width: 1200px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}

.finally_3 {
    width: 1200px;
    font-size: 14px;
    color: #666666;
    height: 35px;
    line-height: 35px;
}

/*交通*/
.traffic_tit {
    width: 1200px;
    text-align: center;
    font-size: 40px;
    color: #3e3a39;
    background: url(../images/index_39.jpg) no-repeat center bottom;
    height: 90px;
    line-height: 60px;
}

.traffic_lun {
    width: 100%;
    height: 160px;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.traffic_lun .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
}

.traffic_lun .swiper-slide {
    overflow: hidden;
}

#roll_lr {
    width: 1200px;
    overflow: hidden;
}

.roll_table {
    width: 1201px;
}

.traffic_tu {
    width: 288px;
    height: 160px;
    overflow: hidden;
    margin: auto;
}

.traffic_tu a {
    display: block;
    width: 288px;
    height: 160px;
    position: relative;
}

.traffic_tu a:hover .traffic_1 img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.traffic_tu a:hover .traffic_2 {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
}

.traffic_con1 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding-bottom: 125px;
    margin-top: 120px;
}

.traffic_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding-bottom: 125px;
}

.traffic_left {
    float: left;
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-right: 16px;
}

.traffic_1 {
    width: 288px;
    height: 160px;
    overflow: hidden;
}

.traffic_1 img {
    width: 288px;
    height: 160px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.traffic_2 {
    width: 288px;
    height: 160px;
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 160px;
    background-color: rgba(30, 56, 72, 0.8);
    opacity: 0;
}

.traffic_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.traffic_list a {
    display: block;
    width: 288px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    height: auto;
    cursor: pointer;
    float: left;
}

.traffic_list a:hover {
    color: #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.traffic_right {
    float: right;
    width: 288px;
    height: auto;
    overflow: hidden;
}

/*产品与服务*/
.product {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.product ul li {
    float: left;
    width: 380px;
    height: 326px;
    list-style: none;
    margin-right: 30px;
    margin-bottom: 95px;
}

.product ul li.product_li {
    margin-right: 0px;
}

.product ul li a {
    display: block;
    width: 380px;
    height: 326px;
    position: relative;
    overflow: hidden;
}

.product ul li a:hover .product_img img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product ul li a:hover .product_bg {
    background-color: rgba(30, 56, 72, 0.8);
    bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out;
}

.product ul li a:hover .product_1 {
    color: #fff;
    padding-top: 80px;
    -webkit-transition: all 0.4s ease-in-out;
}

.product_img {
    width: 380px;
    height: 326px;
    overflow: hidden;
}

.product_img img {
    width: 380px;
    height: 326px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.product_bg {
    width: 380px;
    height: 326px;
    position: absolute;
    bottom: -271px;
    -webkit-transition: all 0.4s ease-in;
}

.product_1 {
    font-size: 22px;
    color: #3e3a39;
    text-align: center;
    width: 355px;
    height: 55px;
    margin: auto;
    line-height: 55px;
    /*padding-top:80px;*/
}

.product_2 {
    width: 355px;
    height: auto;
    overflow: hidden;
    margin: auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

/*招聘*/
.recruit_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-top: 70px;
    padding-bottom: 160px;
}

.recruit_list {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 95px;
    margin-bottom: 140px;
}

.recruit_list ul li {
    width: 1200px;
    height: auto;
    overflow: hidden;
    list-style: none;
}

.recruit_1 {
    width: 1200px;
    height: 80px;
    background-color: #ececec;
    border-radius: 4px;
}

.recruit_1_1 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666666;
    width: 245px;
    text-align: center;
}

.recruit_1_2 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666666;
    width: 240px;
    text-align: center;
}

.recruit_1_3 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666666;
    width: 220px;
    text-align: center;
}

.recruit_1_4 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666666;
    width: 260px;
    text-align: center;
}

.recruit_1_5 {
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666666;
    width: 230px;
    text-align: center;
}

.recruit_2 {
    width: 1200px;
    height: 80px;
    border-bottom: 1px solid #ececec;
}

.recruit_2_1 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666666;
    width: 245px;
    text-align: center;
}

.recruit_2_2 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666666;
    width: 240px;
    text-align: center;
}

.recruit_2_3 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666666;
    width: 220px;
    text-align: center;
}

.recruit_2_4 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666666;
    width: 260px;
    text-align: center;
}

.recruit_2_5 {
    float: right;
    height: 80px;
    width: 230px;
    text-align: center;
}

.recruit_2_5 a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 102px;
    height: 28px;
    background-color: #57aafb;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    margin-top: 26px;
    cursor: pointer;
}

.popup_warp {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99;
}

.popup {
    width: 1200px;
    height: 95vh;
    margin: auto;
    background-color: #fff;
    position: relative;
}

.popup_cha {
    width: 100%;
    height: 50px;
    text-align: right;
}

.popup_cha a {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.popup_tit {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #333333;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
}

.popup_fen {
    width: 1000px;
    height: 35px;
    font-size: 14px;
    color: #000;
    line-height: 35px;
    margin: auto;
    text-align: right;
}

.popup_fen span {
    margin-right: 10px;
}

.popup_need {
    width: 1200px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    height: 45px;
    line-height: 45px;
}

.popup_need span {
    padding: 0px 10px;
}

.popup_rong {
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: auto;
    overflow-y: scroll;
}

.popup_con {
    width: 1000px;
    margin: auto;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-top: 20px;
}

.popup_con span.popup_span {
    font-size: 24px;
}

.popup_list {
    width: 999px;
    height: 44px;
    overflow: hidden;
    margin: auto;
    margin-top: 10px;
}

.popup_list ul li {
    float: left;
    width: 333px;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.popup_list ul li span {
    font-size: 16px;
}

.popup_list ul li a {
    color: #333333;
}

/*公司地址*/
.site_mune {
    width: 1200px;
    text-align: center;
    height: 30px;
}

.site_mune a {
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    color: #666666;
    border: 1px solid #ececec;
    margin: 0px 13px;
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.site_mune a:hover {
    background-color: #57aafb;
    border: 1px solid #57aafb;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
}

.site_mune a.site_mune_a {
    background-color: #57aafb;
    border: 1px solid #57aafb;
    color: #fff;
}

.site_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 75px;
    padding-bottom: 140px;
    display: none;
}

.site_left {
    float: left;
    text-align: right;
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    width: 285px;
    padding-top: 15px;
}

.site_left span {
    font-size: 18px;
}

.site_left a {
    color: #333333;
}

.site_left span.yang_1 {
    border-bottom: #999 solid 1px;
    font-size: 14px;
}

.site_mid {
    float: left;
    width: 820px;
    height: 390px;
    margin-left: 25px;
}

.site_right {
    float: right;
    width: 56px;
    padding-top: 25px;
}

.site_1 {
    width: 56px;
    height: 56px;
    margin-bottom: 40px;
}

.site_1 a {
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.site_2 {
    width: 56px;
    height: 56px;
    margin-bottom: 40px;
}

.site_2 a {
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
    position: relative;
}

.site_2 a:hover .site_wei {
    display: block;
}

.site_wei {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -114px;
    display: none;
}

/*公司简介*/
.synopsis {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding-bottom: 70px;
}

.synopsis_left {
    float: left;
    width: 516px;
    height: auto;
    overflow: hidden;
}

.synopsis_right {
    float: right;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    width: 640px;
    height: auto;
    overflow: hidden;
}

.synopsis1 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding-bottom: 70px;
}

.synopsis_right1 {
    float: right;
    width: 516px;
    height: auto;
    overflow: hidden;
}

.synopsis_left1 {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    width: 640px;
    height: auto;
    overflow: hidden;
}

.range_kong {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.range {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 120px;
    margin-bottom: 120px;
}

.range ul li {
    float: left;
    width: 580px;
    height: 200px;
    list-style: none;
    margin-right: 40px;
    margin-bottom: 20px;
}

.range ul li.range_li {
    margin-right: 0px;
}

.range ul li a {
    display: block;
    width: 580px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.range ul li a:hover .range_img img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.range ul li a:hover .range_tit {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
}

.range ul li a:hover .range_bg {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
}

.range_img {
    width: 580px;
    height: 200px;
    overflow: hidden;
}

.range_img img {
    width: 580px;
    height: 200px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.range_tit {
    width: 580px;
    height: 200px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(30, 56, 72, 0.8);
    text-align: center;
    line-height: 200px;
    font-size: 18px;
    color: #fff;
    opacity: 0;
}

.range_bg {
    width: 580px;
    height: 200px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(30, 56, 72, 0.8);
    opacity: 1;
}

.range_1 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding-top: 60px;
}

.range_2 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}




/*资质荣誉*/
.aptitude_left {
    float: left;
    width: 380px;
    height: auto;
    overflow: hidden;
    margin-right: 30px;
}

.aptitude_tu {
    width: 380px;
    height: 260px;
    overflow: hidden;
}

.aptitude_tu a {
    display: block;
    width: 380px;
    height: 260px;
    position: relative;
}

.aptitude_tu a:hover .aptitude_1 img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.aptitude_tu a:hover .aptitude_2 {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
}

.aptitude_1 {
    width: 380px;
    height: 260px;
    overflow: hidden;
}

.aptitude_1 img {
    width: 380px;
    height: 260px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.aptitude_2 {
    width: 380px;
    height: 260px;
    position: absolute;
    top: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 260px;
    background-color: rgba(30, 56, 72, 0.8);
    opacity: 1;
}

.aptitude_list {
    width: 380px;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.aptitude_list a {
    display: block;
    width: 380px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    height: auto;
    cursor: pointer
}

.aptitude_list a:hover {
    color: #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.aptitude_right {
    float: right;
    width: 380px;
    height: auto;
    overflow: hidden;
}

/*发展历程*/
.course {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 60px 0px;
    background: url(../images/course_03.png) repeat-y 400px;
    margin-bottom: 160px;
}

.course_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-bottom: 90px;
}

.course_img {
    float: left;
    width: 400px;
    height: 200px;
    position: relative;
}

.course_tu {
    width: 400px;
    height: 200px;
}

.course_biao {
    width: 400px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.course_quan {
    float: left;
    width: 99px;
    height: 200px;
    background: url(../images/course_08.png) no-repeat center;
}

.course_nei {
    float: right;
    width: 700px;
}

.course_nei span {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    width: 700px;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

/*电力及能源工程总承包*/
.flow_img {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 120px;
    margin-bottom: 190px;
}

.flow_list {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 120px;
}

.flow_list ul li {
    float: left;
    height: 268px;
    border: 1px solid #b7b8b8;
    list-style: none;
    margin-right: 14px;
    overflow: hidden;
}

.flow_list ul li.flow_list_li {
    margin-right: 0px;
}

.flow_list ul li:hover img {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.flow_list ul li img {
    height: 268px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.flow_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-top: 45px;
    padding-bottom: 130px;
}

/*产品详情*/
.detail_tit {
    width: 1200px;
    text-align: center;
    font-size: 28px;
    color: #3e3a39;
    height: 55px;
    line-height: 55px;
}

.detail_list {
    width: 1200px;
    height: 590px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.detail_iframe {
    width: 1200px;
    height: 590px;
}


.ban {
    width: 1200px;
    height: 590px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ban2 {
    width: 448px;
    height: 448px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul li {
    width: 448px;
    height: 448px;
    list-style: none;
}

.prev {
    float: left;
    cursor: pointer;
}

.min_pic {
    width: 1200px;
    height: 70px;
    position: absolute;
    bottom: 0;
}

.num {
    height: 70px;
    overflow: hidden;
    width: 390px;
    position: relative;
    margin: auto;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

.num ul li {
    width: 68px;
    height: 68px;
    margin-right: 10px;
    border: 1px solid #ececec;
    list-style: none;
}

.num ul li.on {
    border: 1px solid #57aafb;
    padding: 0;
}

.prev_btn1 {
    width: 55px;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    text-align: center;
    color: #dfdede;
    font-family: "宋体";
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    left: 80px;
    top: 205px;
    border: 1px solid #eeeeee;
    font-weight: bold;
    border-radius: 100%;
}

.prev_btn1:hover {
    border: 1px solid #57aafb;
    color: #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.next_btn1 {
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    color: #dfdede;
    font-family: "宋体";
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 80px;
    top: 205px;
    border: 1px solid #eeeeee;
    font-weight: bold;
    border-radius: 100%;
}

.next_btn1:hover {
    border: 1px solid #57aafb;
    color: #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.detail_warp {
    width: 100%;
    background: url(../images/detail_02.png) repeat-x;
    height: 139px;
}

.detail_mune {
    width: 1200px;
    height: 139px;
    margin: auto;
}

.detail_mune a {
    display: block;
    float: left;
    width: 199px;
    height: 139px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 120px;
    cursor: pointer;
}

.detail_mune a:hover {
    background: url(../images/detail_04.png) no-repeat center;
    -webkit-transition: all 0.4s ease-in-out;
}

.detail_mune a.detail_mune_a {
    background: url(../images/detail_04.png) no-repeat center;
}

.detail_mune1 {
    display: none;
}

.detail_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
    display: none;
}

.detail_nei {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-bottom: 120px;
}

/*智能运维及系统*/
.economy_warp {
    width: 100%;
    height: 960px;
    background-color: #f8f8f8;
    margin-top: 65px;
}

.economy {
    width: 1200px;
    height: 820px;
    overflow: hidden;
    margin: auto;
    padding-top: 140px;
}

.economy_list {
    width: 1140px;
    height: 60px;
    margin: auto;
}

.economy_list ul li {
    float: left;
    width: 570px;
    height: 60px;
    list-style: none;
    margin-right: 0px;
}

.economy_list ul li.economy_list_li {
    margin-right: 0px;
}

.economy_left {
    float: left;
    width: 110px;
    height: 60px;
}

.economy_right {
    float: right;
    width: 450px;
    height: 60px;
}

.economy_1 {
    width: 100%;
    font-size: 24px;
    color: #333333;
    height: 31px;
    overflow: hidden;
}

.economy_2 {
    width: 100%;
    font-size: 14px;
    color: #333333;
    height: 19px;
    overflow: hidden;
    margin-top: 10px;
}

.economy_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 140px;
}

.finance_warp {
    width: 100%;
    background: url(../images/economy_13.jpg) no-repeat center;
    height: 960px;
}

.finance {
    width: 1200px;
    height: 590px;
    padding-top: 370px;
    margin: auto;
}

.finance_list {
    width: 1200px;
    height: 220px;
}

.finance_list ul li {
    float: left;
    width: 400px;
    height: 220px;
    list-style: none;
}

.finance_list ul li a {
    display: block;
    width: 400px;
    height: 220px;
}

.finance_img {
    width: 100%;
    height: 85px;
    text-align: center;
}

.finance_tit {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
}

.finance_con {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.luck_warp {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f9f8f9;
    padding-bottom: 165px;
}

.luck {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding-top: 125px;
}

.luck_list {
    width: 1140px;
    height: 60px;
    margin: auto;
}

.luck_list ul li {
    float: left;
    width: 570px;
    height: 83px;
    list-style: none;
    margin-right: 0px;
}

.luck_list ul li.luck_list_li {
    margin-right: 0px;
}

.luck_left {
    float: left;
    width: 145px;
    height: 83px;
}

.luck_left1 {
    float: left;
    width: 145px;
    height: 83px;
    text-align: center;
}

.luck_right {
    float: right;
    width: 425px;
    height: 83px;
}

.luck_1 {
    width: 100%;
    font-size: 24px;
    color: #333333;
    height: 31px;
    overflow: hidden;
    padding-top: 18px;
}

.luck_2 {
    width: 400px;
    font-size: 14px;
    color: #666666;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 10px;
}

.luck_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 140px;
}

/*盛隆风采*/
.main1 {
    width: 1200px;
    height: auto;
    margin: auto;
    margin-top: 50px;
}

.main_left {
    float: left;
    width: 886px;
    height: auto;
}

.mien {
    width: 886px;
    height: auto;
    padding-top: 26px;
}

.mien ul li {
    float: left;
    width: 282px;
    height: 320px;
    list-style: none;
    margin-bottom: 80px;
    margin-right: 20px;
}

.mien ul li.mien_li {
    margin-right: 0px;
}

.mien ul li a {
    display: block;
    width: 282px;
    height: 320px;
}

.mien ul li a:hover .mien_con {
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
}

.mien ul li a:hover .mien_img img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.mien1 {
    width: 1200px;
    height: auto;
    padding-top: 26px;
}

.mien1 ul li {
    float: left;
    width: 282px;
    height: 320px;
    list-style: none;
    margin-bottom: 80px;
    margin-right: 20px;
}

.mien1 ul li.mien1_li {
    margin-right: 0px;
}

.mien1 ul li a {
    display: block;
    width: 282px;
    height: 320px;
}

.mien1 ul li a:hover .mien_con {
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
}

.mien1 ul li a:hover .mien_img img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}





.mien_img {
    width: 282px;
    height: 220px;
    overflow: hidden;
}

.mien_img img {
    width: 282px;
    height: 220px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.mien_con {
    width: 282px;
    height: 100px;
}

.mien_11 {
    display: none;
}

.mien_1 {
    font-size: 20px;
    color: #333333;
    width: 260px;
    margin: auto;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
}

.mien_2 {
    width: 260px;
    margin: auto;
    font-size: 14px;
    color: #666666;
    height: 35px;
    line-height: 35px;
}

.main_right {
    float: right;
    width: 275px;
    height: auto;
    overflow: hidden;
}

.time_tit {
    width: 275px;
    font-size: 20px;
    color: #333333;
    height: 34px;
    border-bottom: 1px solid #ececec;
}

.time_list {
    width: 275px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 20px;
}

.time_list a {
    display: block;
    width: 275px;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    cursor: pointer;
}

.time_list a:hover {
    color: #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.crux {
    width: 275px;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.crux a {
    display: inline-block;
    padding-bottom: 15px;
    height: 26px;
    color: #333333;
    line-height: 26px;
    padding-right: 20px;
    cursor: pointer;
}

.crux .tags0 {}

.crux .tags1 {
    font-size: 24px;
}

.crux .tags2 {
    font-size: 22px;
}

.crux .tags3 {
    font-size: 30px;
}

.crux .tags4 {
    font-size: 16px;
}

.crux .tags5 {
    font-size: 18px;
}

.crux .tags6 {
    font-size: 20px;
}

.crux .tags7 {
    font-weight: bold;
    font-size: 18px;
}

.crux .tags8 {
    font-weight: bold;
}

.crux .tags9 {
    font-weight: bold;
    font-size: 16px;
}

.crux a:hover {
    color: #57aafb;
    text-decoration: underline;
}

/*信息公示*/
.publicity {
    width: 886px;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.publicity ul li {
    width: 886px;
    height: 151px;
    list-style: none;
    margin-bottom: 10px;
}

.publicity ul li a {
    display: block;
    width: 886px;
    height: 150px;
    border-bottom: 1px solid #ececec;
}

.publicity ul li a:hover .publicity_tit {
    color: #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.publicity ul li a:hover .publicity_con {
    text-decoration: underline;
    -webkit-transition: all 0.4s ease-in-out;
}

.publicity_tit {
    width: 886px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
}

.publicity_con {
    width: 886px;
    height: 56px;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.publicity_time {
    width: 886px;
    font-size: 14px;
    color: #666666;
    height: 40px;
    line-height: 40px;
}


/*新闻中心*/
.news {
    width: 886px;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}

.news ul li {
    width: 886px;
    height: 236px;
    list-style: none;
    margin-bottom: 10px;
}

.news ul li a {
    display: block;
    width: 886px;
    height: 235px;
    border-bottom: 1px solid #ececec;
}

.news ul li a:hover .news_img img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news ul li a:hover .news_tit {
    color: #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.news ul li a:hover .news_left_2 {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
}

.news ul li a:hover .news_right_1 {
    color: #313ea1;
    -webkit-transition: all 0.4s ease-in-out;
}

.news ul li a:hover .news_right_2 {
    color: #010101;
    -webkit-transition: all 0.4s ease-in-out;
}

.news_tit {
    width: 886px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
}

.news_con {
    width: 886px;
    height: 156px;
}

.news_img {
    float: left;
    width: 247px;
    height: 156px;
    overflow: hidden;
}

.news_img img {
    width: 247px;
    height: 156px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.news_right {
    float: right;
    width: 625px;
    height: 156px;
    position: relative;
}

.news_1 {
    width: 625px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
}

.news_2 {
    width: 886px;
    font-size: 14px;
    color: #666666;
    position: absolute;
    bottom: 0;
    height: 24px;
    line-height: 24px;
}

.news_3 {
    width: 886px;
    height: 130px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}


.big1 {
    display: none;
}

/*banner*/
.big {
    width: 100%;
    height: 955px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.big .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
}

.big .swiper-slide {
    overflow: hidden;
}

.big .swiper-slide.swiper-slide-active .big_con {
    opacity: 1;
    transform: translate(0, 0)
}


.big_div {
    width: 100%;
    height: 955px;
}

.big .pagination {
    position: relative;
    bottom: 15%;
    width: 1200px;
    z-index: 100;
    margin: auto;
}

.big .swiper-pagination-bullet {
    display: inline-block;
    width: 40px;
    height: 4px;
    margin-right: 20px;
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
}

.big .swiper-pagination-bullet-active {
    background-color: #00a0e9;
}

.big_con {
    width: 1200px;
    height: 100%;
    margin: auto;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    transition-delay: 0.8s;
    transform: translate(300px, 0)
}

.big_1 {
    width: 1200px;
    margin: auto;
    font-size: 44px;
    color: #fff;
    height: 59px;
    padding-top: 280px;
}

/* .big_2 {
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
    height: 64px;
    width: 525px;
    margin-top: 20px;
} */
.big_2 {
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
    width: 1200px;
    margin: 75px auto 0;
}

/* .big_3 {
    width: 1200px;
    height: 51px;
    margin-top: 110px;
} */
.big_3 {
    width: 1200px;
    height: 51px;
    margin: 86px auto 0;
}

.big_3 a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    width: 196px;
    height: 47px;
    margin-right: 16px;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}

.big_3 a:hover {
    background-color: #00a0e9;
    border: 2px solid #00a0e9;
    -webkit-transition: all 0.4s ease-in-out;
}


.big-left {
    position: absolute;
    left: 3%;
    color: #fff;
    font-size: 20px;
    font-family: "宋体";
    top: 48%;
    z-index: 1;
    cursor: pointer;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border-radius: 100%;
    font-weight: bold;
}

.big-left:hover {
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    color: #0a50a1;
}

.big-right {
    position: absolute;
    top: 48%;
    right: 3%;
    color: #fff;
    font-size: 20px;
    font-family: "宋体";
    z-index: 1;
    cursor: pointer;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border-radius: 100%;
    font-weight: bold;
}

.big-right:hover {
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    color: #0a50a1;
}

/*产品及服务*/
.serve {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 140px;
}

.serve_tit {
    width: 1200px;
    text-align: center;
    font-size: 40px;
    color: #3e3a39;
    background: url(../images/index_39.jpg) no-repeat center bottom;
    height: 85px;
}

.serve_list {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 150px;
}

.serve_list ul li {
    float: left;
    width: 300px;
    height: 285px;
    list-style: none;
}

.serve_list ul li a {
    display: block;
    width: 300px;
    height: 285px;
}

.serve_list ul li a:hover .serve_1_1 {
    display: none;
    -webkit-transition: all 0.4s ease-in-out;
}

.serve_list ul li a:hover .serve_2 {
    color: #00a0e9;
    -webkit-transition: all 0.4s ease-in-out;
}

.serve_list ul li a:hover .serve_3 {
    color: #00a0e9;
    -webkit-transition: all 0.4s ease-in-out;
}

.serve_1 {
    width: 100%;
    height: 64px;
    text-align: center;
    overflow: hidden;
}

.serve_1_1 {
    width: 100%;
    height: 64px;
    text-align: center;
}

.serve_1_2 {
    width: 100%;
    height: 64px;
    text-align: center;
}

.serve_2 {
    font-size: 20px;
    color: #333333;
    width: 300px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    margin-top: 60px;
}

.serve_3 {
    margin: auto;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    width: 230px;
    text-align: center;
}

/*公司新闻*/
.press {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 230px;
    margin-bottom: 140px;
}

.press_list {
    width: 1200px;
    height: 495px;
    margin-top: 110px;
}

.press_list ul li {
    float: left;
    width: 380px;
    height: 495px;
    list-style: none;
    margin-right: 30px;
}

.press_list ul li.press_list_li {
    margin-right: 0px;
}

.press_list ul li a {
    display: block;
    width: 380px;
    height: 495px;
}

.press_list ul li a:hover .press_img img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.press_list ul li a:hover .press_tit {
    color: #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}


.press_img {
    width: 380px;
    height: 240px;
    overflow: hidden;
}

.press_img img {
    width: 380px;
    height: 240px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.press_tit {
    width: 380px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 18px;
    color: #3e3a39;
    margin: auto;
    margin-top: 22px;
}

.press_con {
    width: 380px;
    height: 44px;
    margin: auto;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
}

.press_time {
    width: 380px;
    margin: auto;
    font-size: 14px;
    color: #666;
    height: 19px;
    margin-top: 30px;
}

.xinwen {
    display: none;
}

/*认证证书*/
.admit_warp {
    width: 100%;
    background: url(../images/index_36.jpg) no-repeat center;
    height: 228px;
}

.admit {
    width: 1200px;
    height: 228px;
    margin: auto;
}

.admit_list {
    width: 1200px;
    height: 228px;
}

.admit_list ul li {
    float: left;
    width: 300px;
    height: 228px;
    list-style: none;
}

.admit_list ul li a {
    display: block;
    width: 300px;
    height: 228px;
}

.admit_num {
    width: 100%;
    height: 64px;
    padding-top: 65px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.admit_num span {
    font-size: 48px;
}

.admit_con {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

/*部分用户*/
.sect {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 140px;
}

.sect_list {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 120px;
}

.sect_list ul li {
    float: left;
    width: 288px;
    height: 160px;
    list-style: none;
    margin-right: 16px;
    margin-bottom: 16px;
}

.sect_list ul li.sect_list_li {
    margin-right: 0px;
}

.sect_list ul li a {
    display: block;
    width: 288px;
    height: 160px;
    position: relative;
}

.sect_list ul li a:hover .sect_img img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.sect_list ul li a:hover .press_tit {
    color: #57aafb;
    -webkit-transition: all 0.4s ease-in-out;
}

.sect_img {
    width: 288px;
    height: 160px;
    overflow: hidden;
}

.sect_img img {
    width: 288px;
    height: 160px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.sect_tit {
    width: 288px;
    height: 160px;
    text-align: center;
    line-height: 160px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    background-color: rgba(1, 50, 98, 0.4);
}

/*contact*/
.contact {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 210px;
    padding-bottom: 120px;
}

.opus {
    width: 1200px;
    height: 465px;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-top: 110px;
}

.opus .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
}

.opus .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.opus .swiper-slide-active,
.swiper-slide-duplicate-active {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    z-index: 99;
}

.opus .swiper-slide.swiper-slide-active .opus_1_bg {
    background-color: rgba(0, 0, 0, 0);
}

.opus:hover .opus-prev {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
}

.opus:hover .opus-next {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
}

.opus-prev {
    position: absolute;
    left: 30px;
    top: 31%;
    z-index: 1100;
    cursor: pointer;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    font-family: "宋体";
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 0;
}

.opus-prev:hover {
    background-color: #00a0e9;
    -webkit-transition: all 0.4s ease-in-out;
}

.opus-next {
    position: absolute;
    top: 31%;
    right: 30px;
    z-index: 1100;
    cursor: pointer;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    font-family: "宋体";
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 0;
}

.opus-next:hover {
    background-color: #00a0e9;
    -webkit-transition: all 0.4s ease-in-out;
}

.opus_con {
    width: 100%;
    height: auto;
    position: relative;
}

.opus_1 {
    width: 100%;
    height: auto;
}

.opus_1_bg {
    width: 100%;
    height: 98%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
}

.opus_1 img {
    width: 100%;
    height: auto;
}

.opus_2 {
    width: 100%;
    font-size: 24px;
    color: #333333;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

/*面包屑*/
.btn-nav {
    position: absolute;
    top: 18px;
    right: 0px;
    background: transparent;
    padding-right: 10px;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
}

.btn-nav:focus {
    outline: 0;
}

.icon-bar {
    display: block;
    margin: 5px 0;
    width: 26px;
    height: 3px;
    background-color: #285695;
}

.btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #285695;
}

.nav-item {
    margin: 40px auto;
    text-align: center;
}

.animated {
    display: block;
    margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar {
    background-color: #285695;
}

.animated:focus {
    cursor: pointer;
    z-index: 9999;
}

.middle {
    margin: 0 auto;
}

.icon-bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
}

.animated .icon-bar {
    z-index: 999999;
    background-color: #285695;
}

.animated .topt {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg)
}

.animated .bottom {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    -moz-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotateZ(-45deg);
    -o-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg);
}

.animated .middle {
    width: 0;
}

.cai {
    display: none;
}

/*下载中心*/
.down {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-bottom: 140px;
}

.down ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    list-style: none;
}

.down_1 {
    width: 100%;
    height: 80px;
    background-color: #ececec;
    border-radius: 4px;
}

.down_1_1 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666666;
    width: 325px;
    text-align: center;
}

.down_1_2 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666666;
    width: 265px;
    text-align: center;
}

.down_1_3 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666666;
    width: 300px;
    text-align: center;
}

.down_1_4 {
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666666;
    width: 300px;
    text-align: center;
}

.down_2 {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ececec;
}

.down_2_1 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666666;
    width: 325px;
    text-align: center;
}

.down_2_2 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666666;
    width: 265px;
    text-align: center;
}

.down_2_3 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666666;
    width: 300px;
    text-align: center;
}

.down_2_4 {
    float: right;
    height: 80px;
    width: 300px;
    text-align: center;
}

.down_2_4 a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 82px;
    height: 28px;
    background-color: #57aafb;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    margin-top: 26px;
    cursor: pointer;
}

.hunt {
    display: none;
}


@media screen and (max-width:1199px)and (min-width:768px) {
    .cai {
        display: block;
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0px;
        z-index: 99;
        background-color: #fff;
    }

    .cai_list {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: none;
    }

    .cai_search {
        position: fixed;
        top: 0;
        height: 60px;
        z-index: 9999;
        right: 55px;
        width: 40px;
        background: url(../images/xian.jpg) no-repeat right;
    }

    .cai_search a {
        display: inline-block;
        height: 60px;
        width: 20px;
    }

    .cai_search img {
        padding-top: 23px;
    }


    .zhez {
        width: 100%;
        height: 100vh;
        position: fixed;
        background-color: #fff;
        top: 0px;
        z-index: 999;
        display: none;
    }

    .mnav {
        width: 100%;
        height: auto;
        margin: auto;
        background: #FFF;
        position: relative;
        margin: auto;
        z-index: 1000;
        border-radius: 10px;
        left: 0px;
        display: none;
        top: 63px;
    }

    .mnav li {
        line-height: 39px;
        border-bottom: 1px #f2f1f1 solid;
        padding: 0px 3%;
        width: 94%;
        font-size: 14px;
        background: url(../images/jl.png) no-repeat;
        background-position: 96% 17px;
        list-style: none;
    }

    .mnav li.mnav_li {
        background: none;
    }

    .mnav li.mnav_li1 {
        border-top: 10px solid #f6f7fe;
    }

    .mnav li a {
        width: 100%;
        display: block;
        color: #000;
    }

    .mnav .mnavhor {
        line-height: 39px;
        border-bottom: 1px #f2f1f1 solid;
        padding: 0px 3%;
        width: 94%;
        font-size: 14px;
        background: url(../images/jl2.jpg) no-repeat;
        background-position: 96% 17px;
    }

    .mnav .mnavhor a {
        width: 100%;
        display: block;
        color: #00a0e9;
    }


    .mnav .mnavhor dl {
        display: block;
    }

    .mnav li dl {
        z-index: 1000;
        top: 75px;
        left: -52px;
        overflow: hidden;
        border-top: 1px #f2f1f1 solid;
        width: auto;
        display: none;
    }

    .mnav li dl dd {
        height: 34px;
        line-height: 34px;
        text-align: left;
        padding-left: 20px;
        border-bottom: 1px #f2f1f1 dashed;
        width: auto;
    }

    .mnav li dl dd.mnav_1 {
        height: 34px;
        line-height: 34px;
        text-align: left;
        padding-left: 20px;
        border-bottom: none;
        width: auto;
    }

    .mnav .mnavhor dl dd a {
        color: #000;
    }

    .mnav .mnavhor dl dd a:hover {
        color: #00a0e9;
    }

    .mnav .mnavhor dl .mnavdd a {
        color: #00a0e9
    }



    .tou {
        width: 100%;
        height: 60px;
        overflow: hidden;
    }

    .header1 {
        width: 150px;
        height: 60px;
        background-color: #fff;
        position: relative;
        left: 2%;
        top: 0;
        z-index: 999;
        opacity: 1;
        border-bottom: none;
    }

    .header {
        width: 150px;
        height: 60px;
        background-color: #fff;
        left: 2%;
        position: fixed;
        top: 0;
        z-index: 100;
    }

    .head2 {
        width: 150px;
        height: 60px;
        margin: inherit;
        display: none;
    }

    .head {
        width: 150px;
        height: 60px;
        margin: inherit;
    }

    .head_logo {
        float: left;
        height: 60px;
    }

    .head_logo img {
        padding-top: 10px;
        height: 40px;
        cursor: pointer;
    }

    .head_right {
        float: right;
        height: 80px;
        display: none;
    }

    .nav {
        float: left;
        height: 80px;
        display: none;
    }


    .search {
        float: left;
        height: 50px;
        position: relative;
        width: 160px;
        margin: auto;
        margin-left: 2%;
    }

    .search_left {
        position: absolute;
        height: 19px;
        top: 32px;
        left: 0;
        width: 120px;
        display: none;
    }

    .search_text {
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        color: #fff;
        background-color: inherit;
        width: 120px;
        height: 19px;
        font-family: "微软雅黑";
    }

    .search_text::-webkit-input-placeholder {
        color: #fff;
    }

    .search_right {
        float: right;
        width: 19px;
        height: 19px;
        padding-top: 32px;
    }

    .search_btn {
        width: 19px;
        height: 19px;
        background: url(../images/index_06.png) no-repeat center;
        border: none;
        cursor: pointer;
    }

    .head_qie {
        float: right;
        height: 80px;
        font-size: 14px;
        color: #fff;
        margin-left: 20px;
    }

    .head_qie a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        height: 80px;
        line-height: 80px;
        cursor: pointer;
    }

    .head_qie span {
        padding: 0px 8px;
    }

    .head_qie a:hover {
        color: #00a0e9;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .head1 {
        width: 150px;
        height: 60px;
        margin: auto;
        display: block;
        position: fixed;
    }

    .head_logo1 {
        float: left;
        height: 60px;
        overflow: hidden;
    }

    .head_logo1 img {
        padding-top: 10px;
        height: 40px;
        cursor: pointer;
    }

    .head_logo2 {
        display: none;
    }

    .head_right {
        float: right;
        height: 80px;
        display: none;
    }


    .search_text1 {
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        color: #fff;
        background-color: inherit;
        width: 140px;
        height: 19px;
        font-family: "微软雅黑";
    }

    .search_text1::-webkit-input-placeholder {
        color: #fff;
    }

    .search_btn1 {
        width: 19px;
        height: 19px;
        background: url(../images/index_06.png) no-repeat center;
        border: none;
        cursor: pointer;
    }

    .head_qie1 {
        float: right;
        height: 30px;
        font-size: 14px;
        color: #f1f1f1;
        margin-left: 0;
        margin-right: 2%;
        margin-top: 33px;
    }

    .head_qie1 a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

    .head_qie1 span {
        padding: 0px 8px;
    }

    .head_qie1 a:hover {
        color: #00a0e9;
        -webkit-transition: all 0.4s ease-in-out;
    }



    .banner {
        width: 100%;
        height: 240px;
        margin: auto;
        position: relative;
    }

    .n_big {
        width: 100%;
        height: 240px;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .banner_1 {
        width: 100%;
        height: 240px;
        margin: auto;
        text-align: center;
        line-height: 240px;
        font-size: 30px;
        color: #fff;
        background-color: rgba(1, 50, 98, 0.6);
    }


    .mune_warp {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
        margin: auto;
        margin-top: 20px;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

    .mune {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    .mune a {
        display: inline-block;
        padding: 0px 15px;
        height: 38px;
        line-height: 38px;
        border-bottom: 1px solid #fff;
        cursor: pointer;
        font-size: 14px;
        color: #666666;
    }

    .mune a:hover {
        color: #57aafb;
        border-bottom: 1px solid #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .mune a.mune_a {
        color: #57aafb;
        border-bottom: 1px solid #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .rich_back {
        position: relative;
        right: 0;
        top: 0;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        color: #666666;
        text-align: right;
    }

    .rich_back a {
        display: inline-block;
        font-size: 14px;
        color: #333333;
        background: url(../images/back_03.png) no-repeat left;
        padding-left: 25px;
    }

    .rich_jie {
        position: relative;
        width: 100%;
        right: 2%;
        top: 0;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: #666666;
        text-align: right;
    }



    .footer {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: url(../images/index_81.jpg) repeat-x center;
        margin: auto;
    }

    .foot {
        width: 96%;
        height: auto;
        overflow: hidden;
        padding: 5px 0px;
        margin: auto;
    }

    .foot_top {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 0px;
        text-align: center;
    }

    .foot_left {
        float: none;
        width: auto;
        height: auto;
        display: inline-block;
        margin: 0px 3px;
    }

    .foot_biao {
        width: 100%;
        height: 35px;
    }

    .foot_biao a {
        display: block;
        font-size: 14px;
        color: #eaeaea;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }

    .foot_biao a:hover {
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out
    }

    .foot_con {
        width: 150px;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        display: none;
    }


    .foot_left1 {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0px 3px;
    }

    .foot_biao1 {
        width: 100%;
        height: 35px;
    }

    .foot_biao1 a {
        display: block;
        font-size: 14px;
        color: #eaeaea;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }

    .foot_biao1 a:hover {
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out
    }

    .foot_con9 {
        width: 190px;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        display: none;
    }

    .foot_con9 a {
        display: block;
        width: 190px;
        font-size: 14px;
        color: #b3b3b3;
        cursor: pointer;
        height: 48px;
        line-height: 48px;
    }

    .foot_con9 a:hover {
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out
    }

    .foot_mid {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0px 3px;
    }

    .foot_con1 {
        width: 270px;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        display: none;
    }

    .foot_lian {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0px 3px;
        margin-left: 3px;
    }

    .foot_con2 {
        width: 90px;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        display: none;
    }

    .foot_right {
        float: right;
        height: 180px;
        padding-top: 115px;
        display: none;
    }



    .typeright_warp {
        width: 100%;
        background: #092236 none;
        height: auto;
        overflow: hidden;
    }

    .typeright {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        padding: 15px 0px;
    }

    .typeright_left {
        float: left;
        width: 100%;
        text-align: center;
        height: 20px;
        font-size: 12px;
        color: #b3b3b3;
        line-height: 20px;
    }

    .typeright_right {
        float: right;
        width: 100%;
        text-align: center;
        height: 20px;
        font-size: 12px;
        color: #b3b3b3;
        line-height: 20px;
    }



    .xiang {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-bottom: 80px;
        margin-top: 20px;
    }

    .xiang_tit {
        width: 96%;
        margin: auto;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 16px;
        color: #333333;
        text-align: center;
        border-bottom: 1px dashed #ececec;
    }

    .xiang_come {
        width: 96%;
        margin: auto;
        text-align: center;
        font-size: 12px;
        color: #999999;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
    }

    .xiang_come span {
        color: #206bd1;
        margin-left: 10px;
        margin-right: 10px;
    }

    .xiang_con {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin-top: 10px;
        padding-bottom: 50px;
        border-bottom: 1px dashed #ececec;
    }

    .xiang_con5 {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin-top: 10px;
        padding-bottom: 50px;
    }

    .xiang_con img {
        max-width: 100%;
    }

    .xiang_con1 {
        display: none;
    }

    .xiang_fen {
        width: 96%;
        height: auto;
        overflow: hidden;
        text-align: right;
        padding: 15px 0px;
    }

    .xiang_next {
        width: 96%;
        height: 60px;
        margin: auto;
    }

    .xiang_next a {
        font-size: 14px;
        cursor: pointer;
        color: #333333;
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
    }

    .xiang_next a:hover {
        color: #57aafb;
        transition: all 0.2s ease-in;
    }


    .survey {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        margin: auto;
        margin-top: 25px;
        padding-bottom: 120px;
    }

    .survey img {
        max-width: 100%;
    }


    .banner_2 {
        width: 100%;
        height: 40px;
        margin: auto;
        padding-top: 100px;
        background-color: rgba(1, 50, 98, 0.6);
    }

    .rich {
        width: 96%;
        height: 40px;
        background-color: #fff;
        margin: auto;
        position: relative;
    }

    .rich_text {
        font-size: 14px;
        color: #999999;
        padding-left: 15px;
        height: 40px;
        border: none;
        width: 80%;
    }

    .rich_btn {
        width: 64px;
        height: 40px;
        border: none;
        background: #57aafb url(../images/index_06.png) no-repeat center;
        position: absolute;
        right: 0;
        top: 0;
    }

    .main {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .finally {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .finally ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
    }

    .finally ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
        border-bottom: 1px solid #ececec;
    }

    .finally_1 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
    }

    .finally_2 {
        width: 100%;
        font-size: 14px;
        color: #333333;
        overflow: hidden;
        height: 50px;
        line-height: 25px;
    }

    .finally_3 {
        width: 100%;
        font-size: 12px;
        color: #666666;
        height: 30px;
        line-height: 30px;
    }


    .page_list {
        height: 28px;
        line-height: 28px;
        text-align: center;
        letter-spacing: 0;
        width: 100%;
        float: left;
        margin: auto;
        margin-bottom: 80px;
        margin-top: 20px;
    }

    .page_list a {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-right: 5px;
        font-size: 14px;
        color: #666666;
        text-align: center;
        line-height: 28px;
        border-radius: 4px;
        border: 1px solid #ececec;
    }

    .page_list a:hover {
        color: #fff;
        border: 1px solid #57aafb;
        background-color: #57aafb;
    }

    .page_list a.on {
        color: #fff;
        border: 1px solid #57aafb;
        background-color: #57aafb;
    }



    .traffic_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #3e3a39;
        background: none;
        height: 40px;
        line-height: 40px;
    }

    .traffic_lun {
        width: 100%;
        height: 160px;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-top: 10px;
    }

    .traffic_lun .swiper-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: auto;
    }

    .traffic_lun .swiper-slide {
        overflow: hidden;
    }

    #roll_lr {
        width: 320px;
        overflow: hidden;
        margin: auto;
    }

    .roll_table {
        width: 321px;
    }

    .traffic_tu {
        width: 288px;
        height: 160px;
        overflow: hidden;
        margin: auto;
    }

    .traffic_tu a {
        display: block;
        width: 288px;
        height: 160px;
        position: relative;
    }

    .traffic_tu a:hover .traffic_1 img {
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .traffic_tu a:hover .traffic_2 {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .traffic_con1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-bottom: 125px;
        margin-top: 30px;
    }

    .traffic_con {
        width: 100%;
        margin: auto;
        height: auto;
        overflow: hidden;
        padding-bottom: 125px;
    }

    .traffic_left {
        float: left;
        width: 50%;
        height: auto;
        overflow: hidden;
        margin-right: 0px;
    }

    .traffic_1 {
        width: 288px;
        height: 160px;
        overflow: hidden;
    }

    .traffic_1 img {
        width: 288px;
        height: 160px;
    }

    .traffic_2 {
        width: 288px;
        height: 160px;
        position: absolute;
        top: 0;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 160px;
        background-color: rgba(30, 56, 72, 0.8);
        opacity: 0;
    }


    .traffic_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }

    .traffic_list a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        height: auto;
        cursor: pointer;
        float: left;
    }

    .traffic_list a:hover {
        color: #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .traffic_right {
        float: right;
        width: 50%;
        height: auto;
        overflow: hidden;
    }


    .product {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-bottom: 100px;
    }

    .product ul li {
        float: left;
        width: 50%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .product ul li.product_li {
        margin-right: 0px;
    }

    .product ul li a {
        display: block;
        width: 380px;
        height: auto;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .product_img {
        width: 380px;
        height: 326px;
        overflow: hidden;
    }


    .product_img img {
        width: 380px;
        height: 326px;
    }


    .recruit_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        margin: auto;
        color: #333333;
        line-height: 28px;
        margin-top: 10px;
        padding-bottom: 40px;
    }

    .recruit_con img {
        max-width: 100%;
    }

    .recruit_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 140px;
    }

    .recruit_list ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
    }

    .recruit_1 {
        width: 100%;
        height: 40px;
        background-color: #ececec;
        border-radius: 4px;
    }

    .recruit_1_1 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 20%;
        text-align: center;
    }

    .recruit_1_2 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 20%;
        text-align: center;
    }

    .recruit_1_3 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 20%;
        text-align: center;
    }

    .recruit_1_4 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 20%;
        text-align: center;
    }

    .recruit_1_5 {
        float: right;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 20%;
        text-align: center;
    }

    .recruit_2 {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #ececec;
    }

    .recruit_2_1 {
        float: left;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #666666;
        width: 20%;
        text-align: center;
    }

    .recruit_2_2 {
        float: left;
        height: 60px;
        line-height: 80px;
        font-size: 16px;
        color: #666666;
        width: 20%;
        text-align: center;
    }

    .recruit_2_3 {
        float: left;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #666666;
        width: 20%;
        text-align: center;
    }

    .recruit_2_4 {
        float: left;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #666666;
        width: 20%;
        text-align: center;
    }

    .recruit_2_5 {
        float: right;
        height: 60px;
        width: 20%;
        text-align: center;
    }

    .recruit_2_5 a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        width: 82px;
        height: 28px;
        background-color: #57aafb;
        text-align: center;
        line-height: 28px;
        border-radius: 4px;
        margin-top: 16px;
        cursor: pointer;
    }

    .popup_warp {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 9999;
        display: block;
        background-color: #fff;
    }

    .popup {
        width: 96%;
        height: 95vh;
        margin: auto;
        background-color: #fff;
        position: relative;
        overflow-y: scroll;
    }

    .popup_cha {
        width: 100%;
        height: 40px;
        text-align: right;
    }

    .popup_cha a {
        display: inline-block;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .popup_cha img {
        width: 40px;
        height: 40px;
    }

    .popup_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #333333;
        height: 40px;
        line-height: 40px;
        margin-top: 0px;
    }

    .popup_fen {
        width: 96%;
        height: 35px;
        font-size: 14px;
        color: #000;
        line-height: 35px;
        margin: auto;
        text-align: right;
    }

    .popup_fen span {
        margin-right: 10px;
    }

    .popup_need {
        width: 96%;
        margin: auto;
        text-align: center;
        font-size: 14px;
        color: #333333;
        height: auto;
        overflow: hidden;
        line-height: 25px;
    }

    .popup_need span {
        padding: 0px 5px;
    }

    .popup_rong {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .popup_con {
        width: 100%;
        margin: auto;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 20px;
    }

    .popup_con span.popup_span {
        font-size: 18px;
    }

    .popup_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 10px;
    }

    .popup_list ul li {
        float: left;
        width: 100%;
        height: 44px;
        overflow: hidden;
        line-height: 22px;
        font-size: 12px;
        color: #333333;
        text-align: center;
        margin-bottom: 10px;
    }

    .popup_list ul li span {
        font-size: 14px;
    }

    .popup_list ul li a {
        color: #333333;
    }



    .site_mune {
        width: 96%;
        text-align: center;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .site_mune a {
        display: inline-block;
        border-radius: 4px;
        font-size: 14px;
        color: #666666;
        border: 1px solid #ececec;
        margin: 0px 5px;
        width: 60px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
        margin-bottom: 5px;
    }

    .site_con {
        width: 96%;
        height: auto;
        margin: auto;
        overflow: hidden;
        margin-top: 30px;
        padding-bottom: 100px;
        display: none;
    }

    .site_left {
        float: left;
        text-align: left;
        font-size: 14px;
        color: #333333;
        line-height: 30px;
        width: 100%;
        padding-top: 0px;
    }

    .site_left span {
        font-size: 16px;
    }

    .site_mid {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-left: 0px;
        margin-top: 15px;
    }

    .site_mid img {
        width: 100%;
        height: auto;
    }

    .site_right {
        float: right;
        width: 56px;
        padding-top: 25px;
        display: none;
    }

    .site_1 {
        width: 56px;
        height: 56px;
        margin-bottom: 40px;
    }

    .site_1 a {
        display: block;
        width: 56px;
        height: 56px;
        cursor: pointer;
    }

    .site_2 {
        width: 56px;
        height: 56px;
        margin-bottom: 40px;
    }

    .site_2 a {
        display: block;
        width: 56px;
        height: 56px;
        cursor: pointer;
        position: relative;
    }

    .site_2 a:hover .site_wei {
        display: block;
    }

    .site_wei {
        width: 100px;
        height: 100px;
        position: absolute;
        top: -20px;
        left: -114px;
        display: none;
    }


    .synopsis {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .synopsis_left {
        float: left;
        width: 516px;
        height: auto;
        overflow: hidden;
    }

    .synopsis_right {
        float: right;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        width: 100%;
        margin-top: 15px;
        height: auto;
        overflow: hidden;
    }

    .synopsis1 {
        width: 96%;
        height: auto;
        margin: auto;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .synopsis_right1 {
        float: right;
        width: 516px;
        height: auto;
        overflow: hidden;
    }

    .synopsis_left1 {
        float: left;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        width: 100%;
        margin-top: 15px;
        height: auto;
        overflow: hidden;
    }

    .range_kong {
        width: 100%;
        height: 20px;
        overflow: hidden;
    }

    .range {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .range ul li {
        float: left;
        width: 50%;
        height: auto;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .range ul li.range_li {
        margin-right: 0px;
    }

    .range ul li a {
        display: block;
        width: 96%;
        height: 200px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }


    .range_img {
        width: 580px;
        height: 200px;
        overflow: hidden;
    }

    .range_img img {
        width: 580px;
        height: 200px;
    }

    .range_tit {
        width: 580px;
        height: 200px;
        position: absolute;
        bottom: 0px;
        background-color: rgba(30, 56, 72, 0.8);
        text-align: center;
        line-height: 200px;
        font-size: 16px;
        color: #fff;
        opacity: 1;
    }

    .range_bg {
        width: 580px;
        height: 200px;
        position: absolute;
        bottom: 0px;
        background-color: rgba(30, 56, 72, 0.8);
        opacity: 1;
    }

    .range_1 {
        width: 100%;
        text-align: center;
        font-size: 28px;
        color: #fff;
        padding-top: 10%;
    }

    .range_2 {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #fff;
        height: 30px;
        line-height: 30px;
    }



    .aptitude_left {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .aptitude_tu {
        width: 380px;
        height: 260px;
        overflow: hidden;
        margin: auto;
    }

    .aptitude_tu a {
        display: block;
        width: 380px;
        height: 260px;
        position: relative;
    }

    .aptitude_1 {
        width: 380px;
        height: 260px;
        overflow: hidden;
    }

    .aptitude_1 img {
        width: 380px;
        height: 260px;
    }

    .aptitude_2 {
        width: 380px;
        height: 260px;
        position: absolute;
        top: 0;
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 260px;
        background-color: rgba(30, 56, 72, 0.8);
        opacity: 1;
    }

    .aptitude_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .aptitude_list a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        height: auto;
        cursor: pointer
    }

    .aptitude_list a:hover {
        color: #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .aptitude_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
    }


    .course {
        width: 96%;
        height: auto;
        margin: auto;
        overflow: hidden;
        padding: 20px 0px;
        background: none;
        margin-bottom: 60px;
    }

    .course_con {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .course_img {
        float: left;
        width: 400px;
        height: 200px;
        position: relative;
    }

    .course_tu {
        width: 400px;
        height: 200px;
    }

    .course_biao {
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #fff;
        text-align: center;
    }

    .course_quan {
        float: left;
        width: 99px;
        height: 200px;
        background: url(../images/course_08.png) no-repeat center;
        display: none;
    }

    .course_nei {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
    }

    .course_nei span {
        display: block;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
    }


    .flow_img {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .flow_img img {
        width: 100%;
        height: auto;
    }

    .flow_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .flow_list ul li {
        float: left;
        width: 100%;
        text-align: center;
        height: auto;
        overflow: hidden;
        border: none;
        list-style: none;
        margin-right: 0px;
        overflow: hidden;
    }

    .flow_list ul li.flow_list_li {
        margin-right: 0px;
    }

    .flow_list ul li img {
        height: auto;
        max-width: 100%;
    }

    .flow_con {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        margin-top: 20px;
        padding-bottom: 50px;
    }


    .detail_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #3e3a39;
        height: 40px;
        line-height: 40px;
    }

    .detail_list {
        width: 96%;
        height: 590px;
        position: relative;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .detail_iframe {
        width: 100%;
        height: 590px;
    }

    .ban {
        width: 100%;
    }

    .min_pic {
        width: 100%;
    }

    .detail_warp {
        width: 100%;
        background: #0d2a44 nond;
        height: auto;
        overflow: hidden;
        padding: 10px 0px;
    }

    .detail_mune {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .detail_mune a {
        display: block;
        float: left;
        width: auto;
        height: 35px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height: 35px;
        cursor: pointer;
        margin-right: 15px;
    }

    .detail_mune a:hover {
        background: none;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .detail_mune a.detail_mune_a {
        background: none;
    }

    .detail_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 10px;
        display: none;
    }

    .detail_nei {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-bottom: 50px;
    }

    .detail_nei img {
        max-width: 100%;
    }



    .economy_warp {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f8f8f8;
        margin-top: 25px;
    }

    .economy {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-top: 40px;
    }

    .economy_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .economy_list ul li {
        float: left;
        width: 50%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .economy_left {
        float: left;
        width: 96%;
        height: 40px;
        text-align: center;
        margin: auto;
    }

    .economy_left img {
        height: 40px;
    }

    .economy_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
    }

    .economy_1 {
        width: 100%;
        font-size: 16px;
        color: #333333;
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .economy_2 {
        width: 96%;
        margin: auto;
        font-size: 14px;
        color: #333333;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        text-align: center;
    }

    .economy_con {
        width: 94%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 0px;
        padding-bottom: 20px;
        text-align: center;
    }

    .economy_con img {
        max-width: 70%;
    }

    .finance_warp {
        width: 100%;
        background: url(../images/economy_13.jpg) no-repeat center;
        height: auto;
        overflow: hidden;
    }

    .finance {
        width: 96%;
        height: auto;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 20px;
        margin: auto;
    }

    .finance_list {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .finance_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
    }

    .finance_list ul li a {
        display: block;
        width: 100%;
        height: auto;
    }

    .finance_img {
        width: 100%;
        height: 45px;
        text-align: center;
    }

    .finance_img img {
        height: 45px;
    }

    .finance_tit {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin-top: 15px;
    }

    .finance_con {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #fff;
        height: 30px;
        line-height: 30px;
    }

    .luck_warp {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f9f8f9;
        padding-bottom: 40px;
    }

    .luck {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-top: 40px;
    }

    .luck_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .luck_list ul li {
        float: left;
        width: 50%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
        list-style: none;
        margin-right: 0px;
    }

    .luck_list ul li.luck_list_li {
        margin-right: 0px;
    }

    .luck_left {
        float: left;
        width: 96%;
        margin: auto;
        height: 60px;
        text-align: center;
    }

    .luck_left img {
        height: 60px;
    }

    .luck_left1 {
        float: left;
        width: 100%;
        height: 60px;
        text-align: center;
    }

    .luck_left1 img {
        height: 60px;
    }

    .luck_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0px;
    }

    .luck_1 {
        width: 96%;
        margin: auto;
        font-size: 16px;
        color: #333333;
        height: 31px;
        overflow: hidden;
        padding-top: 8px;
        text-align: center;
    }

    .luck_2 {
        width: 94%;
        margin: auto;
        font-size: 14px;
        color: #666666;
        height: auto;
        line-height: 22px;
        overflow: hidden;
        margin-top: 0px;
        text-align: center;
    }

    .luck_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 40px;
    }

    .luck_con img {
        max-width: 100%;
    }


    .main1 {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 20px;
    }

    .main_left {
        float: left;
        width: 100%;
        height: auto;
    }

    .mien {
        width: 96%;
        height: auto;
        padding-top: 0px;
        margin: auto;
    }

    .mien ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .mien ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mien1 {
        width: 96%;
        height: auto;
        padding-top: 0px;
        margin: auto;
    }

    .mien1 ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .mien1 ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mien_img {
        width: 282px;
        height: 220px;
        overflow: hidden;
    }

    .mien_img img {
        width: 282px;
        height: 220px;
    }

    .mien_con {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mien_1 {
        font-size: 16px;
        color: #333333;
        width: 100%;
        margin: auto;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding-top: 15px;
    }

    .mien_2 {
        width: 100%;
        margin: auto;
        font-size: 12px;
        color: #666666;
        height: 25px;
        line-height: 25px;
    }

    .main_right {
        float: none;
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
    }

    .time_tit {
        width: 100%;
        font-size: 18px;
        color: #333333;
        height: 34px;
        border-bottom: 1px solid #ececec;
    }

    .time_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .time_list a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #666666;
        line-height: 28px;
        cursor: pointer;
    }


    .crux {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
        margin-bottom: 60px;
    }

    .crux a {
        display: inline-block;
        padding-bottom: 10px;
        height: 26px;
        color: #333333;
        line-height: 26px;
        padding-right: 20px;
        cursor: pointer;
    }

    .crux .tags0 {}

    .crux .tags1 {
        font-size: 20px;
    }

    .crux .tags2 {
        font-size: 18px;
    }

    .crux .tags3 {
        font-size: 22px;
    }

    .crux .tags4 {
        font-size: 14px;
    }

    .crux .tags5 {
        font-size: 16px;
    }

    .crux .tags6 {
        font-size: 18px;
    }

    .crux .tags7 {
        font-weight: bold;
        font-size: 14px;
    }

    .crux .tags8 {
        font-weight: bold;
    }

    .crux .tags9 {
        font-weight: bold;
        font-size: 12px;
    }


    .publicity {
        width: 96%;
        height: auto;
        overflow: hidden;
        padding-top: 0px;
        margin: auto;
    }

    .publicity ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 10px;
    }

    .publicity ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }

    .publicity_tit {
        width: 100%;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        font-size: 18px;
        color: #333333;
    }

    .publicity_con {
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

    .publicity_time {
        width: 100%;
        font-size: 12px;
        color: #666666;
        height: 40px;
        line-height: 40px;
    }



    .news {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 5px;
    }

    .news ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 10px;
    }

    .news ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }


    .news_tit {
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 16px;
        color: #333333;
    }

    .news_con {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .news_img {
        float: left;
        width: 247px;
        height: 156px;
        overflow: hidden;
    }

    .news_img img {
        width: 247px;
        height: 156px;
    }

    .news_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
        position: relative;
    }

    .news_1 {
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        height: auto;
        overflow: hidden;
    }

    .news_2 {
        width: 100%;
        font-size: 12px;
        color: #666666;
        position: relative;
        bottom: 0;
        height: 24px;
        line-height: 24px;
    }

    .news_3 {
        width: 100%;
        height: 130px;
        overflow: hidden;
        font-size: 16px;
        color: #333;
        line-height: 28px;
    }



    .big {
        width: 100%;
        height: 955px;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

    .big_div {
        width: 100%;
        height: 955px;
    }

    .big .pagination {
        position: absolute;
        bottom: 10px;
        width: 100%;
        z-index: 10;
        margin: auto;
        text-align: center;
    }

    .big .swiper-pagination-bullet {
        display: inline-block;
        width: 20px;
        height: 2px;
        margin-right: 20px;
        cursor: pointer;
        opacity: 1;
        background-color: #fff;
    }

    .big .swiper-pagination-bullet-active {
        background-color: #00a0e9;
    }

    .big_con {
        width: 96%;
        height: 100%;
        margin: auto;
        opacity: 1;
        transition: all 0.4s ease-in-out;
        transition-delay: 0.3s;
        transform: translate(0px, 0)
    }

    .big_1 {
        width: 100%;
        margin: auto;
        font-size: 20px;
        color: #fff;
        height: 29px;
        padding-top: 40px;
    }

    .big_2 {
        font-size: 14px;
        color: #ffffff;
        line-height: 24px;
        height: 48px;
        width: 100%;
        margin-top: 45px;
    }

    .big_3 {
        width: 100%;
        height: 51px;
        margin-top: 60px;
    }

    .big_3 a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        border: 1px solid #fff;
        width: 90px;
        height: 30px;
        margin-right: 10px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }

    .big_3 a:hover {
        background-color: #00a0e9;
        border: 2px solid #00a0e9;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .big-left {
        display: none;
    }

    .big-right {
        display: none;
    }



    .serve {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 40px;
    }

    .serve_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #3e3a39;
        background: none;
        height: 30px;
    }

    .serve_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }

    .serve_list ul li {
        float: left;
        width: 50%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
    }

    .serve_list ul li a {
        display: block;
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .serve_1 {
        width: 100%;
        height: 50px;
        text-align: center;
        overflow: hidden;
    }

    .serve_1_1 {
        width: 100%;
        height: 50px;
        text-align: center;
    }

    .serve_1_1 img {
        height: 50px;
    }

    .serve_1_2 {
        width: 100%;
        height: 50px;
        text-align: center;
    }

    .serve_1_2 img {
        height: 50px;
    }

    .serve_2 {
        font-size: 16px;
        color: #333333;
        width: 100%;
        text-align: center;
        height: 28px;
        overflow: hidden;
        line-height: 24px;
        margin-top: 15px;
    }

    .serve_3 {
        margin: auto;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }


    .press {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .press_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .press_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .press_list ul li.press_list_li {
        margin-right: 0px;
    }

    .press_list ul li a {
        display: block;
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
    }



    .press_img {
        width: 380px;
        height: 240px;
        overflow: hidden;
    }

    .press_img img {
        width: 380px;
        height: 240px;
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

    .press_tit {
        width: 100%;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        font-size: 18px;
        color: #3e3a39;
        margin: auto;
        margin-top: 15px;
    }

    .press_con {
        width: 100%;
        height: 44px;
        margin: auto;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        overflow: hidden;
    }

    .press_time {
        width: 100%;
        margin: auto;
        font-size: 12px;
        color: #666;
        height: 19px;
        margin-top: 10px;
    }



    .admit_warp {
        width: 100%;
        background: #435a6a none;
        height: auto;
        overflow: hidden;
        padding: 15px 0px;
    }

    .admit {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .admit_list {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .admit_list ul li {
        float: left;
        width: 25%;
        height: 90px;
        list-style: none;
    }

    .admit_list ul li a {
        display: block;
        width: 96%;
        margin: auto;
        height: 110px;
    }

    .admit_num {
        width: 100%;
        height: 40px;
        padding-top: 10px;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

    .admit_num span {
        font-size: 30px;
    }

    .admit_con {
        width: 100%;
        font-size: 14px;
        color: #fff;
        text-align: center;
        height: 48px;
        line-height: 24px;
    }


    .sect {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 30px;
    }

    .sect_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .sect_list ul li {
        float: left;
        width: 50%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .sect_list ul li.sect_list_li {
        margin-right: 0px;
    }

    .sect_list ul li a {
        display: block;
        width: 96%;
        height: 160px;
        position: relative;
        margin: auto;
    }

    .sect_img {
        width: 288px;
        height: 160px;
        overflow: hidden;
    }

    .sect_img img {
        width: 288px;
        height: 160px;
    }

    .sect_tit {
        width: 288px;
        height: 160px;
        text-align: center;
        line-height: 160px;
        font-size: 18px;
        color: #fff;
        position: absolute;
        bottom: 0;
        background-color: rgba(1, 50, 98, 0.4);
    }


    .contact {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .opus {
        width: 100%;
        height: 465px;
        position: relative;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .opus .swiper-slide {
        -webkit-transition: transform 1.0s;
        -moz-transition: transform 1.0s;
        -ms-transition: transform 1.0s;
        -o-transition: transform 1.0s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }


    .opus-prev {
        position: absolute;
        left: 30px;
        top: 38%;
        z-index: 1100;
        cursor: pointer;
        font-size: 20px;
        color: #00a0e9;
        border: 1px solid #00a0e9;
        width: 35px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        opacity: 1;
    }

    .opus-next {
        position: absolute;
        top: 38%;
        right: 30px;
        z-index: 1100;
        cursor: pointer;
        font-size: 20px;
        color: #00a0e9;
        border: 1px solid #00a0e9;
        width: 35px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        opacity: 1;
    }

    .opus_con {
        width: 100%;
        height: auto;
        position: relative;
    }

    .opus_1 {
        width: 300px;
        height: auto;
        text-align: center;
        margin: auto;
    }

    .opus_1 img {
        width: 300px;
        height: 400px;
    }

    .opus_1_bg {
        width: 100%;
        height: 98%;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        display: none;
    }

    .opus_1 img {
        width: 100%;
        height: auto;
    }

    .opus_2 {
        width: 100%;
        font-size: 18px;
        color: #333333;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

    .detail {
        width: 100%;
        height: 368px;
        margin: auto;
        margin-top: 10px;
    }

    .ban1 {
        width: 100%;
        height: 368px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .ban3 {
        width: 760px;
        height: 368px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .ban3 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

    .ban3 ul li {
        width: 760px;
        height: 368px;
        list-style: none;
        text-align: center;
    }

    .prev {
        float: left;
        cursor: pointer;
    }

    .ban3 ul li img {
        width: 760px;
        height: 368px;
    }

    .min_pic {
        width: 100%;
        margin-top: 3px;
    }

    .num1 {
        height: 80px;
        overflow: hidden;
        width: 1198px;
        position: relative;
        float: left;
        display: none;
    }

    .prev1 {
        position: absolute;
        top: 45%;
        left: 0px;
        z-index: 9;
        cursor: pointer;
        font-size: 20px;
        color: #00a0e9;
        font-family: "宋体";
        font-weight: bold;
        width: 30px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.6);
        text-align: center;
        line-height: 30px;
    }

    .prev1:hover {
        background-color: #00a0e9;
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .next1 {
        position: absolute;
        top: 45%;
        right: 0px;
        z-index: 9;
        cursor: pointer;
        font-size: 20px;
        color: #00a0e9;
        font-family: "宋体";
        font-weight: bold;
        width: 30px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.6);
        text-align: center;
        line-height: 30px;
    }

    .next1:hover {
        background-color: #00a0e9;
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out;
    }

}

@media screen and (max-width:767px)and (min-width:600px) {
    .cai {
        display: block;
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0px;
        z-index: 99;
        background-color: #fff;
    }

    .cai_list {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: none;
    }

    .cai_search {
        position: fixed;
        top: 0;
        height: 60px;
        z-index: 9999;
        right: 55px;
        width: 40px;
        background: url(../images/xian.jpg) no-repeat right;
    }

    .cai_search a {
        display: inline-block;
        height: 60px;
        width: 20px;
    }

    .cai_search img {
        padding-top: 23px;
    }

    .cai_search span {
        padding-left: 15px;
        color: #ccc;
        font-size: 16px;
    }

    /*mnav*/
    .zhez {
        width: 100%;
        height: 100vh;
        position: fixed;
        background-color: #fff;
        top: 0px;
        z-index: 999;
        display: none;
    }

    .mnav {
        width: 100%;
        height: auto;
        margin: auto;
        background: #FFF;
        position: relative;
        margin: auto;
        z-index: 1000;
        border-radius: 10px;
        left: 0px;
        display: none;
        top: 63px;
    }

    .mnav li {
        line-height: 35px;
        border-bottom: 1px #f2f1f1 solid;
        padding: 0px 3%;
        width: 94%;
        font-size: 14px;
        background: url(../images/jl.png) no-repeat;
        background-position: 96% 17px;
        list-style: none;
    }

    .mnav li.mnav_li {
        background: none;
    }

    .mnav li.mnav_li1 {
        border-top: 10px solid #f6f7fe;
    }

    .mnav li a {
        width: 100%;
        display: block;
        color: #000;
    }

    .mnav .mnavhor {
        line-height: 39px;
        border-bottom: 1px #f2f1f1 solid;
        padding: 0px 3%;
        width: 94%;
        font-size: 14px;
        background: url(../images/jl2.jpg) no-repeat;
        background-position: 96% 17px;
    }

    .mnav .mnavhor a {
        width: 100%;
        display: block;
        color: #00a0e9;
    }

    .mnav .mnavhor dl {
        display: block;
    }

    .mnav li dl {
        z-index: 1000;
        top: 75px;
        left: -52px;
        overflow: hidden;
        border-top: 1px #f2f1f1 solid;
        width: auto;
        display: none;
    }

    .mnav li dl dd {
        height: 34px;
        line-height: 34px;
        text-align: left;
        padding-left: 20px;
        border-bottom: 1px #f2f1f1 dashed;
        width: auto;
    }

    .mnav .mnavhor dl dd a {
        color: #000;
    }

    .mnav .mnavhor dl dd a:hover {
        color: #00a0e9;
    }

    .mnav .mnavhor dl .mnavdd a {
        color: #00a0e9
    }


    /*头部*/
    .tou {
        width: 100%;
        height: 60px;
        overflow: hidden;
    }

    .header1 {
        width: 150px;
        height: 60px;
        background-color: #fff;
        position: relative;
        left: 2%;
        top: 0;
        z-index: 999;
        opacity: 1;
        border-bottom: none;
    }

    .header {
        width: 150px;
        height: 60px;
        background-color: #fff;
        left: 2%;
        position: fixed;
        top: 0;
        z-index: 100;
    }

    .head2 {
        width: 150px;
        height: 60px;
        margin: inherit;
        display: none;
    }

    .head {
        width: 150px;
        height: 60px;
        margin: inherit;
    }

    .head_logo {
        float: left;
        height: 60px;
    }

    .head_logo img {
        padding-top: 10px;
        height: 40px;
        cursor: pointer;
    }

    .head_right {
        float: right;
        height: 80px;
        display: none;
    }

    .nav {
        float: left;
        height: 80px;
        display: none;
    }


    .search {
        float: left;
        height: 50px;
        position: relative;
        width: 160px;
        margin: auto;
        margin-left: 2%;
    }

    .search_left {
        position: absolute;
        height: 19px;
        top: 32px;
        left: 0;
        width: 120px;
        display: block;
    }

    .search_text {
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        color: #fff;
        background-color: inherit;
        width: 120px;
        height: 19px;
        font-family: "微软雅黑";
    }

    .search_text::-webkit-input-placeholder {
        color: #fff;
    }

    .search_right {
        float: right;
        width: 19px;
        height: 19px;
        padding-top: 32px;
    }

    .search_btn {
        width: 19px;
        height: 19px;
        background: url(../images/index_06.png) no-repeat center;
        border: none;
        cursor: pointer;
    }

    .head_qie {
        float: right;
        height: 80px;
        font-size: 14px;
        color: #fff;
        margin-left: 20px;
    }

    .head_qie a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        height: 80px;
        line-height: 80px;
        cursor: pointer;
    }

    .head_qie span {
        padding: 0px 8px;
    }

    .head_qie a:hover {
        color: #00a0e9;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .head1 {
        width: 150px;
        height: 60px;
        margin: auto;
        display: block;
        position: fixed;
    }

    .head_logo1 {
        float: left;
        height: 60px;
        overflow: hidden;
    }

    .head_logo1 img {
        padding-top: 10px;
        height: 40px;
        cursor: pointer;
    }

    .head_right {
        float: right;
        height: 80px;
        display: none;
    }

    .head_logo2 {
        display: none;
    }

    .search_text1 {
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        color: #fff;
        background-color: inherit;
        width: 140px;
        height: 19px;
        font-family: "微软雅黑";
    }

    .search_text1::-webkit-input-placeholder {
        color: #fff;
    }

    .search_btn1 {
        width: 19px;
        height: 19px;
        background: url(../images/index_06.png) no-repeat center;
        border: none;
        cursor: pointer;
    }

    .head_qie1 {
        float: right;
        height: 30px;
        font-size: 14px;
        color: #f1f1f1;
        margin-left: 0;
        margin-right: 2%;
        margin-top: 33px;
    }

    .head_qie1 a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

    .head_qie1 span {
        padding: 0px 8px;
    }

    .head_qie1 a:hover {
        color: #00a0e9;
        -webkit-transition: all 0.4s ease-in-out;
    }


    /*内页banner*/
    .banner {
        width: 100%;
        height: 240px;
        margin: auto;
        position: relative;
    }

    .n_big {
        width: 100%;
        height: 240px;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .banner_1 {
        width: 100%;
        height: 240px;
        margin: auto;
        text-align: center;
        line-height: 240px;
        font-size: 30px;
        color: #fff;
        background-color: rgba(1, 50, 98, 0.6);
    }

    /*导航*/
    .mune_warp {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
        margin: auto;
        margin-top: 20px;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

    .mune {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    .mune a {
        display: inline-block;
        padding: 0px 15px;
        height: 38px;
        line-height: 38px;
        border-bottom: 1px solid #fff;
        cursor: pointer;
        font-size: 14px;
        color: #666666;
    }

    .mune a:hover {
        color: #57aafb;
        border-bottom: 1px solid #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .mune a.mune_a {
        color: #57aafb;
        border-bottom: 1px solid #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .rich_back {
        position: relative;
        right: 0;
        top: 0;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        color: #666666;
        text-align: right;
    }

    .rich_back a {
        display: inline-block;
        font-size: 14px;
        color: #333333;
        background: url(../images/back_03.png) no-repeat left;
        padding-left: 25px;
    }

    .rich_jie {
        position: relative;
        width: 100%;
        right: 2%;
        top: 0;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: #666666;
        text-align: right;
    }


    /*底部*/
    .footer {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: url(../images/index_81.jpg) repeat-x center;
        margin: auto;
        min-width: 100%;
    }

    .foot {
        width: 96%;
        height: auto;
        overflow: hidden;
        padding: 5px 0px;
        margin: auto;
    }

    .foot_top {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 0px;
        text-align: center;
    }

    .foot_left {
        float: none;
        width: auto;
        height: auto;
        display: inline-block;
        margin: 0px 3px;
    }

    .foot_biao {
        width: 100%;
        height: 35px;
    }

    .foot_biao a {
        display: block;
        font-size: 14px;
        color: #eaeaea;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }

    .foot_biao a:hover {
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out
    }

    .foot_con {
        width: 150px;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        display: none;
    }


    .foot_left1 {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0px 3px;
    }

    .foot_biao1 {
        width: 100%;
        height: 35px;
    }

    .foot_biao1 a {
        display: block;
        font-size: 14px;
        color: #eaeaea;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }

    .foot_biao1 a:hover {
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out
    }

    .foot_con9 {
        width: 190px;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        display: none;
    }

    .foot_con9 a {
        display: block;
        width: 190px;
        font-size: 14px;
        color: #b3b3b3;
        cursor: pointer;
        height: 48px;
        line-height: 48px;
    }

    .foot_con9 a:hover {
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out
    }

    .foot_mid {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0px 3px;
    }

    .foot_con1 {
        width: 270px;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        display: none;
    }

    .foot_lian {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0px 3px;
        margin-left: 3px;
    }

    .foot_con2 {
        width: 90px;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        display: none;
    }

    .foot_right {
        float: right;
        height: 180px;
        padding-top: 115px;
        display: none;
    }


    /*版权*/
    .typeright_warp {
        width: 100%;
        background: #092236 none;
        height: auto;
        overflow: hidden;
        min-width: 100%;
    }

    .typeright {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        padding: 15px 0px;
    }

    .typeright_left {
        float: left;
        width: 100%;
        text-align: center;
        height: 20px;
        font-size: 12px;
        color: #b3b3b3;
        line-height: 20px;
    }

    .typeright_right {
        float: right;
        width: 100%;
        text-align: center;
        height: 20px;
        font-size: 12px;
        color: #b3b3b3;
        line-height: 20px;
    }


    /*新闻详情*/
    .xiang {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-bottom: 80px;
        margin-top: 20px;
    }

    .xiang_tit {
        width: 96%;
        margin: auto;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 16px;
        color: #333333;
        text-align: center;
        border-bottom: 1px dashed #ececec;
    }

    .xiang_come {
        width: 96%;
        margin: auto;
        text-align: center;
        font-size: 12px;
        color: #999999;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
    }

    .xiang_come span {
        color: #206bd1;
        margin-left: 10px;
        margin-right: 10px;
    }

    .xiang_con {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin-top: 10px;
        padding-bottom: 50px;
        border-bottom: 1px dashed #ececec;
    }

    .xiang_con5 {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin-top: 10px;
        padding-bottom: 50px;
    }

    .xiang_con img {
        max-width: 100%;
    }

    .xiang_con1 {
        display: none;
    }

    .xiang_fen {
        width: 96%;
        height: auto;
        overflow: hidden;
        text-align: right;
        padding: 15px 0px;
    }

    .xiang_next {
        width: 96%;
        height: 60px;
        margin: auto;
    }

    .xiang_next a {
        font-size: 14px;
        cursor: pointer;
        color: #333333;
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
    }

    .xiang_next a:hover {
        color: #57aafb;
        transition: all 0.2s ease-in;
    }

    /*党群概况*/
    .survey {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        margin: auto;
        margin-top: 25px;
        padding-bottom: 120px;
    }

    .survey img {
        max-width: 100%;
    }

    /*搜索*/
    .banner_2 {
        width: 100%;
        height: 40px;
        margin: auto;
        padding-top: 100px;
        background-color: rgba(1, 50, 98, 0.6);
    }

    .rich {
        width: 96%;
        height: 40px;
        background-color: #fff;
        margin: auto;
        position: relative;
    }

    .rich_text {
        font-size: 14px;
        color: #999999;
        padding-left: 15px;
        height: 40px;
        border: none;
        width: 80%;
    }

    .rich_btn {
        width: 64px;
        height: 40px;
        border: none;
        background: #57aafb url(../images/index_06.png) no-repeat center;
        position: absolute;
        right: 0;
        top: 0;
    }

    .main {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .finally {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .finally ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
    }

    .finally ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
        border-bottom: 1px solid #ececec;
    }

    .finally_1 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
    }

    .finally_2 {
        width: 100%;
        font-size: 14px;
        color: #333333;
        overflow: hidden;
        height: 50px;
        line-height: 25px;
    }

    .finally_3 {
        width: 100%;
        font-size: 12px;
        color: #666666;
        height: 30px;
        line-height: 30px;
    }

    /*分页样式*/
    .page_list {
        height: 28px;
        line-height: 28px;
        text-align: center;
        letter-spacing: 0;
        width: 100%;
        float: left;
        margin: auto;
        margin-bottom: 80px;
        margin-top: 20px;
    }

    .page_list a {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-right: 5px;
        font-size: 14px;
        color: #666666;
        text-align: center;
        line-height: 28px;
        border-radius: 4px;
        border: 1px solid #ececec;
    }

    .page_list a:hover {
        color: #fff;
        border: 1px solid #57aafb;
        background-color: #57aafb;
    }

    .page_list a.on {
        color: #fff;
        border: 1px solid #57aafb;
        background-color: #57aafb;
    }


    /*交通*/
    .traffic_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #3e3a39;
        background: none;
        height: 40px;
        line-height: 40px;
    }

    .traffic_lun {
        width: 100%;
        height: 160px;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-top: 10px;
    }

    .traffic_lun .swiper-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: auto;
    }

    .traffic_lun .swiper-slide {
        overflow: hidden;
    }

    #roll_lr {
        width: 320px;
        overflow: hidden;
        margin: auto;
    }

    .roll_table {
        width: 321px;
    }

    .traffic_tu {
        width: 288px;
        height: 160px;
        overflow: hidden;
        margin: auto;
    }

    .traffic_tu a {
        display: block;
        width: 288px;
        height: 160px;
        position: relative;
    }

    .traffic_tu a:hover .traffic_1 img {
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .traffic_tu a:hover .traffic_2 {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .traffic_con1 {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-bottom: 125px;
        margin-top: 30px;
    }

    .traffic_con {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        padding-bottom: 125px;
    }

    .traffic_left {
        float: left;
        width: 50%;
        height: auto;
        overflow: hidden;
        margin-right: 0px;
    }

    .traffic_1 {
        width: 288px;
        height: 160px;
        overflow: hidden;
    }

    .traffic_1 img {
        width: 288px;
        height: 160px;
    }

    .traffic_2 {
        width: 288px;
        height: 160px;
        position: absolute;
        top: 0;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 160px;
        background-color: rgba(30, 56, 72, 0.8);
        opacity: 0;
    }


    .traffic_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }

    .traffic_list a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        height: auto;
        cursor: pointer;
        float: left;
    }

    .traffic_list a:hover {
        color: #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .traffic_right {
        float: right;
        width: 50%;
        height: auto;
        overflow: hidden;
    }

    /*产品与服务*/
    .product {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-bottom: 100px;
    }

    .product ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .product ul li.product_li {
        margin-right: 0px;
    }

    .product ul li a {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .product_img {
        width: 380px;
        height: 326px;
        overflow: hidden;
    }

    .product_img img {
        width: 380px;
        height: 326px;
    }

    .product_bg {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        bottom: 0px;
        -webkit-transition: all 0.4s ease-in;
    }

    .product_1 {
        font-size: 18px;
        color: #3e3a39;
        text-align: center;
        width: 100%;
        height: 35px;
        margin: auto;
        line-height: 35px;
        /*padding-top:80px;*/
    }

    .product_2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        text-align: center;
        font-size: 14px;
        color: #666;
        line-height: 22px;
    }

    /*招聘*/
    .recruit_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        margin: auto;
        color: #333333;
        line-height: 28px;
        margin-top: 10px;
        padding-bottom: 40px;
    }

    .recruit_con img {
        max-width: 100%;
    }

    .recruit_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 140px;
    }

    .recruit_list ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
    }

    .recruit_1 {
        width: 100%;
        height: 40px;
        background-color: #ececec;
        border-radius: 4px;
    }

    .recruit_1_1 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 25%;
        text-align: center;
    }

    .recruit_1_2 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 33%;
        text-align: center;
        display: none;
    }

    .recruit_1_3 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 25%;
        text-align: center;
    }

    .recruit_1_4 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 25%;
        text-align: center;
    }

    .recruit_1_5 {
        float: right;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 25%;
        text-align: center;
    }

    .recruit_2 {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #ececec;
    }

    .recruit_2_1 {
        float: left;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #666666;
        width: 25%;
        text-align: center;
    }

    .recruit_2_2 {
        float: left;
        height: 60px;
        line-height: 80px;
        font-size: 16px;
        color: #666666;
        width: 240px;
        text-align: center;
        display: none;
    }

    .recruit_2_3 {
        float: left;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #666666;
        width: 25%;
        text-align: center;
    }

    .recruit_2_4 {
        float: left;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #666666;
        width: 25%;
        text-align: center;
    }

    .recruit_2_5 {
        float: right;
        height: 60px;
        width: 25%;
        text-align: center;
    }

    .recruit_2_5 a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        width: 82px;
        height: 28px;
        background-color: #57aafb;
        text-align: center;
        line-height: 28px;
        border-radius: 4px;
        margin-top: 16px;
        cursor: pointer;
    }

    .popup_warp {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 9999;
        display: block;
        background-color: #fff;
    }

    .popup {
        width: 96%;
        height: 95vh;
        margin: auto;
        background-color: #fff;
        position: relative;
        overflow-y: scroll;
    }

    .popup_cha {
        width: 100%;
        height: 40px;
        text-align: right;
    }

    .popup_cha a {
        display: inline-block;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .popup_cha img {
        width: 40px;
        height: 40px;
    }

    .popup_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #333333;
        height: 40px;
        line-height: 40px;
        margin-top: 0px;
    }

    .popup_fen {
        width: 96%;
        height: 35px;
        font-size: 14px;
        color: #000;
        line-height: 35px;
        margin: auto;
        text-align: right;
    }

    .popup_fen span {
        margin-right: 10px;
    }

    .popup_need {
        width: 96%;
        margin: auto;
        text-align: center;
        font-size: 14px;
        color: #333333;
        height: auto;
        overflow: hidden;
        line-height: 25px;
    }

    .popup_need span {
        padding: 0px 5px;
    }

    .popup_rong {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .popup_con {
        width: 100%;
        margin: auto;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 20px;
    }

    .popup_con span.popup_span {
        font-size: 18px;
    }

    .popup_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 10px;
    }

    .popup_list ul li {
        float: left;
        width: 100%;
        height: 44px;
        overflow: hidden;
        line-height: 22px;
        font-size: 12px;
        color: #333333;
        text-align: center;
        margin-bottom: 10px;
    }

    .popup_list ul li span {
        font-size: 14px;
    }

    .popup_list ul li a {
        color: #333333;
    }


    /*公司地址*/
    .site_mune {
        width: 96%;
        text-align: center;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .site_mune a {
        display: inline-block;
        border-radius: 4px;
        font-size: 14px;
        color: #666666;
        border: 1px solid #ececec;
        margin: 0px 5px;
        width: 60px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
        margin-bottom: 5px;
    }

    .site_con {
        width: 96%;
        height: auto;
        margin: auto;
        overflow: hidden;
        margin-top: 30px;
        padding-bottom: 100px;
        display: none;
    }

    .site_left {
        float: left;
        text-align: left;
        font-size: 14px;
        color: #333333;
        line-height: 30px;
        width: 100%;
        padding-top: 0px;
    }

    .site_left span {
        font-size: 16px;
    }

    .site_mid {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-left: 0px;
        margin-top: 15px;
    }

    .site_mid img {
        width: 100%;
        height: auto;
    }

    .site_right {
        float: right;
        width: 56px;
        padding-top: 25px;
        display: none;
    }

    .site_1 {
        width: 56px;
        height: 56px;
        margin-bottom: 40px;
    }

    .site_1 a {
        display: block;
        width: 56px;
        height: 56px;
        cursor: pointer;
    }

    .site_2 {
        width: 56px;
        height: 56px;
        margin-bottom: 40px;
    }

    .site_2 a {
        display: block;
        width: 56px;
        height: 56px;
        cursor: pointer;
        position: relative;
    }

    .site_2 a:hover .site_wei {
        display: block;
    }

    .site_wei {
        width: 100px;
        height: 100px;
        position: absolute;
        top: -20px;
        left: -114px;
        display: none;
    }

    /*公司简介*/
    .synopsis {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .synopsis_left {
        float: left;
        width: 516px;
        height: auto;
        overflow: hidden;
    }

    .synopsis_right {
        float: right;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        width: 100%;
        margin-top: 15px;
        height: auto;
        overflow: hidden;
    }

    .synopsis1 {
        width: 96%;
        height: auto;
        margin: auto;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .synopsis_right1 {
        float: right;
        width: 516px;
        height: auto;
        overflow: hidden;
    }

    .synopsis_left1 {
        float: left;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        width: 100%;
        margin-top: 15px;
        height: auto;
        overflow: hidden;
    }

    .range_kong {
        width: 100%;
        height: 20px;
        overflow: hidden;
    }

    .range {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .range ul li {
        float: left;
        width: 50%;
        height: auto;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .range ul li.range_li {
        margin-right: 0px;
    }

    .range ul li a {
        display: block;
        width: 96%;
        height: 200px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }


    .range_img {
        width: 580px;
        height: 200px;
        overflow: hidden;
    }

    .range_img img {
        width: 580px;
        height: 200px;
    }

    .range_tit {
        width: 580px;
        height: 200px;
        position: absolute;
        bottom: 0px;
        background-color: rgba(30, 56, 72, 0.8);
        text-align: center;
        line-height: 200px;
        font-size: 16px;
        color: #fff;
        opacity: 1;
    }

    .range_bg {
        width: 580px;
        height: 200px;
        position: absolute;
        bottom: 0px;
        background-color: rgba(30, 56, 72, 0.8);
        opacity: 1;
    }

    .range_1 {
        width: 100%;
        text-align: center;
        font-size: 28px;
        color: #fff;
        padding-top: 25px;
    }

    .range_2 {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #fff;
        height: 30px;
        line-height: 30px;
    }


    /*资质荣誉*/
    .aptitude_left {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .aptitude_tu {
        width: 380px;
        height: 260px;
        overflow: hidden;
    }

    .aptitude_tu a {
        display: block;
        width: 380px;
        height: 260px;
        position: relative;
    }

    .aptitude_1 {
        width: 380px;
        height: 260px;
        overflow: hidden;
    }

    .aptitude_1 img {
        width: 380px;
        height: 260px;
    }

    .aptitude_2 {
        width: 380px;
        height: 260px;
        position: absolute;
        top: 0;
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 260px;
        background-color: rgba(30, 56, 72, 0.8);
        opacity: 1;
    }

    .aptitude_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }

    .aptitude_list a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        height: auto;
        cursor: pointer
    }

    .aptitude_list a:hover {
        color: #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .aptitude_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    /*发展历程*/
    .course {
        width: 96%;
        height: auto;
        margin: auto;
        overflow: hidden;
        padding: 20px 0px;
        background: none;
        margin-bottom: 60px;
    }

    .course_con {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .course_img {
        float: left;
        width: 400px;
        height: 200px;
        position: relative;
    }

    .course_tu {
        width: 400px;
        height: 200px;
    }

    .course_biao {
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #fff;
        text-align: center;
    }

    .course_quan {
        float: left;
        width: 99px;
        height: 200px;
        background: url(../images/course_08.png) no-repeat center;
        display: none;
    }

    .course_nei {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
    }

    .course_nei span {
        display: block;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
    }

    /*电力及能源工程总承包*/
    .flow_img {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .flow_img img {
        width: 100%;
        height: auto;
    }

    .flow_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .flow_list ul li {
        float: left;
        width: 100%;
        text-align: center;
        height: auto;
        overflow: hidden;
        border: none;
        list-style: none;
        margin-right: 0px;
        overflow: hidden;
    }

    .flow_list ul li.flow_list_li {
        margin-right: 0px;
    }

    .flow_list ul li img {
        height: auto;
        max-width: 100%;
    }

    .flow_con {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        margin-top: 20px;
        padding-bottom: 50px;
    }

    /*产品详情*/
    .detail_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #3e3a39;
        height: 40px;
        line-height: 40px;
    }

    .detail_list {
        width: 320px;
        height: 320px;
        position: relative;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .detail_iframe {
        width: 320px;
        height: 320px;
    }

    .ban {
        width: 100%;
        height: 320px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .ban2 {
        width: 320px;
        height: 320px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .ban2 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

    .ban2 ul li {
        width: 320px;
        height: 320px;
        list-style: none;
    }

    .ban2 ul li img {
        width: 320px;
        height: 320px
    }

    .prev {
        float: left;
        cursor: pointer;
    }

    .min_pic {
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 0;
    }

    .num {
        height: 70px;
        overflow: hidden;
        width: 390px;
        position: relative;
        margin: auto;
        display: none;
    }

    .prev_btn1 {
        width: 30px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        text-align: center;
        color: #dfdede;
        font-family: "宋体";
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        left: 0px;
        top: 150px;
        z-index: 9;
    }

    .prev_btn1:hover {
        border: 1px solid #57aafb;
        color: #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .next_btn1 {
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        color: #dfdede;
        font-family: "宋体";
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        right: 0px;
        top: 150px;
        z-index: 9;
    }

    .next_btn1:hover {
        border: 1px solid #57aafb;
        color: #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .detail_warp {
        width: 100%;
        background: #0d2a44 nond;
        height: auto;
        overflow: hidden;
        padding: 10px 0px;
    }

    .detail_mune {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .detail_mune a {
        display: block;
        float: left;
        width: 25%;
        height: 24px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        cursor: pointer;
    }

    .detail_mune a:hover {
        background: none;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .detail_mune a.detail_mune_a {
        background: none;
    }

    .detail_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 10px;
        display: none;
    }

    .detail_nei {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-bottom: 50px;
    }

    .detail_nei img {
        max-width: 100%;
    }


    /*智能运维及系统*/
    .economy_warp {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f8f8f8;
        margin-top: 25px;
    }

    .economy {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-top: 40px;
    }

    .economy_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .economy_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .economy_left {
        float: left;
        width: 100%;
        height: 40px;
        text-align: center;
    }

    .economy_left img {
        height: 40px;
    }

    .economy_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
    }

    .economy_1 {
        width: 100%;
        font-size: 18px;
        color: #333333;
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .economy_2 {
        width: 100%;
        font-size: 14px;
        color: #333333;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        text-align: center;
    }

    .economy_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .economy_con img {
        max-width: 100%;
    }

    .finance_warp {
        width: 100%;
        background: url(../images/economy_13.jpg) no-repeat center;
        height: auto;
        overflow: hidden;
    }

    .finance {
        width: 96%;
        height: auto;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 20px;
        margin: auto;
    }

    .finance_list {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .finance_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
    }

    .finance_list ul li a {
        display: block;
        width: 100%;
        height: auto;
    }

    .finance_img {
        width: 100%;
        height: 45px;
        text-align: center;
    }

    .finance_img img {
        height: 45px;
    }

    .finance_tit {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin-top: 15px;
    }

    .finance_con {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #fff;
        height: 30px;
        line-height: 30px;
    }

    .luck_warp {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f9f8f9;
        padding-bottom: 40px;
    }

    .luck {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-top: 40px;
    }

    .luck_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .luck_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
        list-style: none;
        margin-right: 0px;
    }

    .luck_list ul li.luck_list_li {
        margin-right: 0px;
    }

    .luck_left {
        float: left;
        width: 100%;
        height: 60px;
        text-align: center;
    }

    .luck_left img {
        height: 60px;
    }

    .luck_left1 {
        float: left;
        width: 100%;
        height: 60px;
        text-align: center;
    }

    .luck_left1 img {
        height: 60px;
    }

    .luck_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0px;
    }

    .luck_1 {
        width: 100%;
        font-size: 18px;
        color: #333333;
        height: 31px;
        overflow: hidden;
        padding-top: 8px;
        text-align: center;
    }

    .luck_2 {
        width: 100%;
        font-size: 14px;
        color: #666666;
        height: auto;
        line-height: 22px;
        overflow: hidden;
        margin-top: 5px;
        text-align: center;
    }

    .luck_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 40px;
    }

    .luck_con img {
        max-width: 100%;
    }

    /*盛隆风采*/
    .main1 {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 20px;
    }

    .main_left {
        float: left;
        width: 100%;
        height: auto;
    }

    .mien {
        width: 96%;
        height: auto;
        padding-top: 0px;
        margin: auto;
    }

    .mien ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .mien ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mien1 {
        width: 96%;
        height: auto;
        padding-top: 0px;
        margin: auto;
    }

    .mien1 ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .mien1 ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mien_img {
        width: 282px;
        height: 220px;
        overflow: hidden;
    }

    .mien_img img {
        width: 282px;
        height: 220px;
    }

    .mien_con {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mien_1 {
        font-size: 16px;
        color: #333333;
        width: 100%;
        margin: auto;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding-top: 15px;
    }

    .mien_2 {
        width: 100%;
        margin: auto;
        font-size: 12px;
        color: #666666;
        height: 25px;
        line-height: 25px;
    }

    .main_right {
        float: none;
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
    }

    .time_tit {
        width: 100%;
        font-size: 18px;
        color: #333333;
        height: 34px;
        border-bottom: 1px solid #ececec;
    }

    .time_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .time_list a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #666666;
        line-height: 28px;
        cursor: pointer;
    }


    .crux {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
        margin-bottom: 60px;
    }

    .crux a {
        display: inline-block;
        padding-bottom: 10px;
        height: 26px;
        color: #333333;
        line-height: 26px;
        padding-right: 20px;
        cursor: pointer;
    }

    .crux .tags0 {}

    .crux .tags1 {
        font-size: 20px;
    }

    .crux .tags2 {
        font-size: 18px;
    }

    .crux .tags3 {
        font-size: 22px;
    }

    .crux .tags4 {
        font-size: 14px;
    }

    .crux .tags5 {
        font-size: 16px;
    }

    .crux .tags6 {
        font-size: 18px;
    }

    .crux .tags7 {
        font-weight: bold;
        font-size: 14px;
    }

    .crux .tags8 {
        font-weight: bold;
    }

    .crux .tags9 {
        font-weight: bold;
        font-size: 12px;
    }

    /*信息公示*/
    .publicity {
        width: 96%;
        height: auto;
        overflow: hidden;
        padding-top: 0px;
        margin: auto;
    }

    .publicity ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 10px;
    }

    .publicity ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }

    .publicity_tit {
        width: 100%;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        font-size: 18px;
        color: #333333;
    }

    .publicity_con {
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

    .publicity_time {
        width: 100%;
        font-size: 12px;
        color: #666666;
        height: 40px;
        line-height: 40px;
    }


    /*新闻中心*/
    .news {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 5px;
    }

    .news ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 10px;
    }

    .news ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }


    .news_tit {
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 16px;
        color: #333333;
    }

    .news_con {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .news_img {
        float: left;
        width: 247px;
        height: 156px;
        overflow: hidden;
    }

    .news_img img {
        width: 247px;
        height: 156px;
    }

    .news_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
        position: relative;
    }

    .news_1 {
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        height: auto;
        overflow: hidden;
    }

    .news_2 {
        width: 100%;
        font-size: 12px;
        color: #666666;
        position: relative;
        bottom: 0;
        height: 24px;
        line-height: 24px;
    }

    .news_3 {
        width: 100%;
        height: 130px;
        overflow: hidden;
        font-size: 16px;
        color: #333;
        line-height: 28px;
    }


    /*banner*/
    .big {
        width: 100%;
        height: 955px;
        margin: auto;
        position: relative;
        overflow: hidden;
        min-width: 1200px;
    }

    .big_div {
        width: 100%;
        height: 955px;
        min-width: 1200px;
    }

    .big .pagination {
        position: absolute;
        bottom: 10px;
        width: 100%;
        z-index: 10;
        margin: auto;
        text-align: center;
    }

    .big .swiper-pagination-bullet {
        display: inline-block;
        width: 20px;
        height: 2px;
        margin-right: 20px;
        cursor: pointer;
        opacity: 1;
        background-color: #fff;
    }

    .big .swiper-pagination-bullet-active {
        background-color: #00a0e9;
    }

    .big_con {
        width: 96%;
        height: 100%;
        margin: auto;
        opacity: 1;
        transition: all 0.4s ease-in-out;
        transition-delay: 0.3s;
        transform: translate(0px, 0)
    }

    .big_1 {
        width: 100%;
        margin: auto;
        font-size: 20px;
        color: #fff;
        height: 29px;
        padding-top: 80px;
    }

    .big_2 {
        font-size: 14px;
        color: #ffffff;
        line-height: 24px;
        height: 65px;
        width: 100%;
        margin-top: 38px;
    }

    .big_3 {
        width: 100%;
        height: 51px;
        margin-top: 20px;
    }

    .big_3 a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        border: 1px solid #fff;
        width: 90px;
        height: 30px;
        margin-right: 10px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }

    .big_3 a:hover {
        background-color: #00a0e9;
        border: 2px solid #00a0e9;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .big-left {
        display: none;
    }

    .big-right {
        display: none;
    }


    /*产品及服务*/
    .serve {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 40px;
    }

    .serve_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #3e3a39;
        background: none;
        height: 30px;
    }

    .serve_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }

    .serve_list ul li {
        float: left;
        width: 50%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
    }

    .serve_list ul li a {
        display: block;
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .serve_1 {
        width: 100%;
        height: 50px;
        text-align: center;
        overflow: hidden;
    }

    .serve_1_1 {
        width: 100%;
        height: 50px;
        text-align: center;
    }

    .serve_1_1 img {
        height: 50px;
    }

    .serve_1_2 {
        width: 100%;
        height: 50px;
        text-align: center;
    }

    .serve_1_2 img {
        height: 50px;
    }

    .serve_2 {
        font-size: 16px;
        color: #333333;
        width: 100%;
        text-align: center;
        height: 28px;
        overflow: hidden;
        line-height: 24px;
        margin-top: 15px;
    }

    .serve_3 {
        margin: auto;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    /*公司新闻*/
    .press {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .press_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .press_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .press_list ul li.press_list_li {
        margin-right: 0px;
    }

    .press_list ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }



    .press_img {
        width: 380px;
        height: 240px;
        overflow: hidden;
    }

    .press_img img {
        width: 380px;
        height: 240px;
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

    .press_tit {
        width: 100%;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        font-size: 18px;
        color: #3e3a39;
        margin: auto;
        margin-top: 15px;
    }

    .press_con {
        width: 100%;
        height: 44px;
        margin: auto;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        overflow: hidden;
    }

    .press_time {
        width: 100%;
        margin: auto;
        font-size: 12px;
        color: #666;
        height: 19px;
        margin-top: 10px;
    }


    /*认证证书*/
    .admit_warp {
        width: 100%;
        background: #435a6a none;
        height: auto;
        overflow: hidden;
        padding: 15px 0px;
        min-width: 100%;
    }

    .admit {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .admit_list {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .admit_list ul li {
        float: left;
        width: 50%;
        height: 110px;
        list-style: none;
    }

    .admit_list ul li a {
        display: block;
        width: 96%;
        margin: auto;
        height: 110px;
    }

    .admit_num {
        width: 100%;
        height: 40px;
        padding-top: 10px;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

    .admit_num span {
        font-size: 30px;
    }

    .admit_con {
        width: 100%;
        font-size: 14px;
        color: #fff;
        text-align: center;
        height: 48px;
        line-height: 24px;
    }

    /*部分用户*/
    .sect {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 30px;
    }

    .sect_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .sect_list ul li {
        float: left;
        width: 50%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .sect_list ul li.sect_list_li {
        margin-right: 0px;
    }

    .sect_list ul li a {
        display: block;
        width: 96%;
        height: 160px;
        position: relative;
        margin: auto;
    }

    .sect_img {
        width: 288px;
        height: 160px;
        overflow: hidden;
    }

    .sect_img img {
        width: 288px;
        height: 160px;
    }

    .sect_tit {
        width: 288px;
        height: 160px;
        text-align: center;
        line-height: 160px;
        font-size: 18px;
        color: #fff;
        position: absolute;
        bottom: 0;
        background-color: rgba(1, 50, 98, 0.4);
    }

    /*contact*/
    .contact {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .opus {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .opus .swiper-slide {
        -webkit-transition: transform 1.0s;
        -moz-transition: transform 1.0s;
        -ms-transition: transform 1.0s;
        -o-transition: transform 1.0s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .opus .swiper-slide.swiper-slide-active .opus_2 {
        display: block;
    }

    .opus .swiper-slide.swiper-slide-active .opus_1_bg {
        background-color: rgba(0, 0, 0, 0);
    }


    .opus-prev {
        position: absolute;
        left: 10px;
        top: 38%;
        z-index: 1100;
        cursor: pointer;
        font-size: 20px;
        color: #00a0e9;
        border: 1px solid #00a0e9;
        width: 35px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        opacity: 1;
    }

    .opus-next {
        position: absolute;
        top: 38%;
        right: 10px;
        z-index: 1100;
        cursor: pointer;
        font-size: 20px;
        color: #00a0e9;
        border: 1px solid #00a0e9;
        width: 35px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        opacity: 1;
    }

    .opus_con {
        width: 96%;
        margin: auto;
        overflow: hidden;
        height: auto;
        position: relative;
    }

    .opus_1 {
        width: 100%;
        height: auto;
        text-align: center;
        margin: auto;
    }

    .opus_1_bg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
    }

    .opus_1 img {
        width: 100%;
        height: auto;
    }

    .opus_2 {
        width: 100%;
        font-size: 18px;
        color: #333333;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        display: none;
    }

    .detail {
        width: 100%;
        height: 291px;
        margin: auto;
        margin-top: 10px;
    }

    .ban1 {
        width: 100%;
        height: 291px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .ban3 {
        width: 600px;
        height: 291px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .ban3 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

    .ban3 ul li {
        width: 600px;
        height: 291px;
        list-style: none;
        text-align: center;
    }

    .prev {
        float: left;
        cursor: pointer;
    }

    .ban3 ul li img {
        width: 600px;
        height: 291px;
    }

    .min_pic {
        width: 100%;
        margin-top: 3px;
    }

    .num1 {
        height: 80px;
        overflow: hidden;
        width: 1198px;
        position: relative;
        float: left;
        display: none;
    }

    .prev1 {
        position: absolute;
        top: 45%;
        left: 0px;
        z-index: 9;
        cursor: pointer;
        font-size: 20px;
        color: #00a0e9;
        font-family: "宋体";
        font-weight: bold;
        width: 30px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.6);
        text-align: center;
        line-height: 30px;
    }

    .prev1:hover {
        background-color: #00a0e9;
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .next1 {
        position: absolute;
        top: 45%;
        right: 0px;
        z-index: 9;
        cursor: pointer;
        font-size: 20px;
        color: #00a0e9;
        font-family: "宋体";
        font-weight: bold;
        width: 30px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.6);
        text-align: center;
        line-height: 30px;
    }

    .next1:hover {
        background-color: #00a0e9;
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out;
    }


}

@media screen and (max-width:599px)and (min-width:300px) {
    .xiang_con5 {
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        text-align: center;
    }

    .video_shipinimg {
        width: 388px;
        position: absolute;
        z-index: 999;
        cursor: pointer;
        text-align: center;
    }

    .video_shipinimgbtn {
        vertical-align: middle;
        margin-top: 137px;
    }

    .cai {
        display: block;
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0px;
        z-index: 99;
        background-color: #fff;
        border-bottom: 1px solid #f1f1f1;
    }

    .cai_list {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: none;
    }

    .cai_search {
        position: fixed;
        top: 0;
        height: 60px;
        z-index: 9999;
        right: 55px;
        width: 35px;
        background: url(../images/xian.jpg) no-repeat right;
    }

    .cai_search a {
        display: block;
        width: 20px;
        height: 60px;
    }

    .cai_search img {
        padding-top: 23px;
    }

    .hunt {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        background: rgba(102, 102, 102, 0.9);
        display: none;
        z-index: 9999;
        right: 0;
    }

    .hunt_con {
        width: 100%;
        height: 57px;
        padding-top: 8px;
        border-bottom: 1px solid #d4d4d4;
        background-color: #fff;
        position: relative;
    }

    .hunt_nie {
        border-radius: 4px;
        overflow: hidden;
        border: 1px solid #d4d4d4;
        height: 48px;
        width: 80%;
        margin-left: 7%;
        position: relative;
    }

    .hunt_text {
        border: none;
        height: 48px;
        padding-left: 20px;
        font-size: 16px;
        font-family: "微软雅黑";
        width: 80%;
    }

    .hunt_btn {
        width: 20px;
        height: 20px;
        background: url(../images/shou.jpg) no-repeat center;
        background-size: auto 100%;
        position: absolute;
        right: 10px;
        top: 15px;
        border: none;
    }

    .hunt_cha {
        position: absolute;
        right: 4%;
        height: 57px;
        width: 22px;
        top: 0px;
    }

    .hunt_cha a {
        display: block;
        width: 22px;
        height: 57px;
    }

    .hunt_cha img {
        padding-top: 23px;
    }



    /*mnav*/
    .zhez {
        width: 100%;
        height: 100vh;
        position: fixed;
        background-color: #fff;
        top: 0px;
        z-index: 999;
        display: none;
    }

    .mnav {
        width: 100%;
        max-width: 510px;
        height: auto;
        margin: auto;
        background: #FFF;
        position: relative;
        margin: auto;
        z-index: 1000;
        border-radius: 10px;
        left: 0px;
        display: none;
        top: 63px;
        border-top: 1px #f2f1f1 solid;
    }

    .mnav li {
        line-height: 39px;
        border-bottom: 1px #f2f1f1 solid;
        padding: 0px 3%;
        width: 94%;
        font-size: 14px;
        background: url(../images/jl.png) no-repeat;
        background-position: 96% 17px;
        list-style: none;
    }

    .mnav li.mnav_li {
        background: none;
    }

    .mnav li.mnav_li1 {
        border-top: 10px solid #f6f7fe;
    }

    .mnav li a {
        width: 100%;
        display: block;
        color: #000;
    }

    .mnav .mnavhor {
        line-height: 39px;
        border-bottom: 1px #f2f1f1 solid;
        padding: 0px 3%;
        width: 94%;
        font-size: 14px;
        background: url(../images/jl2.jpg) no-repeat;
        background-position: 96% 17px;
    }

    .mnav .mnavhor a {
        width: 100%;
        display: block;
        color: #00a0e9;
    }

    .mnav .mnavhor dl {
        display: block;
    }

    .mnav li dl {
        z-index: 1000;
        top: 75px;
        left: -52px;
        overflow: hidden;
        border-top: 1px #f2f1f1 solid;
        width: auto;
        display: none;
    }

    .mnav li dl dd {
        height: 34px;
        line-height: 34px;
        text-align: left;
        padding-left: 20px;
        border-top: 1px #f2f1f1 dashed;
        width: auto;
    }

    .mnav li dl dd.mnav_1 {
        height: 34px;
        line-height: 34px;
        text-align: left;
        padding-left: 20px;
        border-top: none;
        width: auto;
    }

    .mnav .mnavhor dl dd a {
        color: #000;
    }

    .mnav .mnavhor dl dd a:hover {
        color: #00a0e9;
    }

    .mnav .mnavhor dl .mnavdd a {
        color: #00a0e9
    }

    .head_qie1 {
        float: none;
        width: 98%;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #f1f1f1;
        margin-left: 0;
        margin-right: 0;
        margin-top: 33px;
    }

    .head_qie1 a {
        display: inline-block;
        font-size: 14px;
        color: #333;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

    .head_qie1 span {
        padding: 0px 8px;
    }

    .head_qie1 a:hover {
        color: #00a0e9;
        -webkit-transition: all 0.4s ease-in-out;
    }



    /*头部*/
    .tou {
        width: 100%;
        height: 60px;
        overflow: hidden;
    }

    .header1 {
        width: 150px;
        height: 60px;
        background-color: #fff;
        position: relative;
        left: 2%;
        top: 0;
        z-index: 999;
        opacity: 1;
        border-bottom: none;
    }

    .header {
        width: 150px;
        height: 60px;
        background-color: #fff;
        left: 2%;
        position: fixed;
        top: 0;
        z-index: 100;
        border-bottom: none;
    }

    .head2 {
        width: 150px;
        height: 60px;
        margin: inherit;
        display: none;
    }

    .head {
        width: 150px;
        height: 60px;
        margin: inherit;
    }

    .head_logo {
        float: left;
        height: 60px;
    }

    .head_logo img {
        padding-top: 10px;
        height: 40px;
        cursor: pointer;
    }

    .head_right {
        float: right;
        height: 80px;
        display: none;
    }

    .nav {
        float: left;
        height: 80px;
        display: none;
    }


    .search {
        float: left;
        height: 50px;
        position: relative;
        width: 160px;
        margin: auto;
        margin-left: 2%;
    }

    .search_left {
        position: absolute;
        height: 19px;
        top: 27px;
        left: 0;
        width: 120px;
        display: block;
    }

    .search_text {
        border: none;
        border-bottom: 1px solid #999;
        font-size: 14px;
        color: #999;
        background-color: inherit;
        width: 120px;
        height: 19px;
        font-family: "微软雅黑";
    }

    .search_text::-webkit-input-placeholder {
        color: #999;
    }

    .search_right {
        float: right;
        width: 20px;
        height: 20px;
        padding-top: 23px;
        padding-right: 7px;
    }

    .search_btn {
        width: 19px;
        height: 19px;
        background: url(../images/index_06.png) no-repeat center;
        border: none;
        cursor: pointer;
    }

    .head_qie {
        float: right;
        height: 80px;
        font-size: 14px;
        color: #fff;
        margin-left: 20px;
    }

    .head_qie a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        height: 80px;
        line-height: 80px;
        cursor: pointer;
    }

    .head_qie span {
        padding: 0px 8px;
    }

    .head_qie a:hover {
        color: #00a0e9;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .head1 {
        width: 150px;
        height: 60px;
        margin: auto;
        display: block;
        position: fixed;
    }

    .head_logo2 {
        display: block;
        float: left;
        height: 60px;
        overflow: hidden;
    }

    .head_logo2 img {
        padding-top: 10px;
        height: 40px;
        cursor: pointer;
    }

    .head_right {
        float: right;
        height: 80px;
        display: none;
    }

    .head_logo1 {
        display: none;
    }

    .search_text1 {
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        color: #fff;
        background-color: inherit;
        width: 140px;
        height: 19px;
        font-family: "微软雅黑";
    }

    .search_text1::-webkit-input-placeholder {
        color: #fff;
    }

    .search_btn1 {
        width: 19px;
        height: 19px;
        background: url(../images/index_06.png) no-repeat center;
        border: none;
        cursor: pointer;
    }



    /*内页banner*/
    .banner {
        display: none;
    }

    .banner1 {
        display: block;
        width: 100%;
        height: 200px;
        margin: auto;
        position: relative;
    }

    .n_big {
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .banner_1 {
        width: 100%;
        height: 200px;
        margin: auto;
        text-align: center;
        line-height: 200px;
        font-size: 30px;
        color: #fff;
        background-color: rgba(1, 50, 98, 0.6);
    }

    /*导航*/
    .mune_warp {
        width: 100%;
        height: 61px;
        margin: auto;
        margin-top: 0px;
        border-bottom: none;
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .mune {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        position: relative;
        text-align: center;
        display: none;
    }

    .mune a {
        display: block;
        float: left;
        padding: 0px 8px;
        height: 38px;
        line-height: 38px;
        border-bottom: 1px solid #fff;
        cursor: pointer;
        font-size: 14px;
        color: #666666;
    }

    .mune a:hover {
        color: #57aafb;
        border-bottom: 1px solid #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .mune a.mune_a {
        color: #57aafb;
        border-bottom: 1px solid #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .mune1 {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #ececec;
        position: relative;
        display: block;
    }

    .mune1 .swiper-container {
        width: 100%;
        height: 100%;
    }

    .mune1 .swiper-slide {
        text-align: center;
        font-size: 14px;
        color: #666666;
        height: 60px;
        line-height: 60px;
        width: auto;
        border-bottom: 1px solid #ececec;
        margin: 0px 5px;
    }

    .mune1 .swiper-slide.swiper-slide-active {
        color: #57aafb;
        border-bottom: 1px solid #57aafb;
    }

    .mune1 .swiper-slide a {
        display: block;
        float: left;
        padding: 0px 8px;
        height: 38px;
        border-bottom: 1px solid #ececec;
        cursor: pointer;
        font-size: 14px;
        color: #666666;
        padding-bottom: 22px;
    }

    .mune1 .swiper-slide a.jiao {
        color: #57aafb;
        border-bottom: 1px solid #57aafb;
    }

    .rich_back {
        display: none;
    }

    .rich_back1 {
        height: 28px;
        line-height: 28px;
        font-size: 18px;
        color: #666666;
        text-align: right;
        display: block;
        width: 96%;
        margin: auto;
        margin-top: 10px;
    }

    .rich_back1 a {
        display: inline-block;
        font-size: 14px;
        color: #333333;
        background: url(../images/back_03.png) no-repeat left;
        padding-left: 25px;
    }

    .rich_jie {
        position: relative;
        width: 100%;
        right: 2%;
        top: 0;
        height: 38px;
        line-height: 68px;
        font-size: 14px;
        color: #666666;
        text-align: right;
    }


    /*底部*/
    .footer {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: url(../images/index_81.jpg) repeat center;
        margin: auto;
        min-width: 100%;
    }

    .foot {
        width: 96%;
        height: auto;
        overflow: hidden;
        padding-top: 20px;
        margin: auto;
    }

    .foot_top {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 0px;
    }

    .foot_left {
        float: none;
        width: 100%;
        height: auto;
    }

    .foot_biao {
        width: 90%;
        height: 35px;
        margin: auto;
    }

    .foot_biao a {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #eaeaea;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }

    .foot_con {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .foot_con a {
        display: block;
        float: left;
        width: 50%;
        height: 28px;
        line-height: 28px;
    }


    .foot_left1 {
        float: none;
        width: 100%;
        height: auto;
    }

    .foot_biao1 {
        width: 90%;
        height: 35px;
        margin: auto;
    }

    .foot_biao1 a {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #eaeaea;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }

    .foot_biao1 a:hover {
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out
    }

    .foot_con9 {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .foot_con9 a {
        display: block;
        float: left;
        width: 50%;
        font-size: 14px;
        color: #b3b3b3;
        cursor: pointer;
        height: 28px;
        line-height: 28px;
    }

    .foot_con9 a:hover {
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out
    }

    .foot_mid {
        float: none;
        width: 100%;
        height: auto;
    }

    .foot_con1 {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .foot_con1 a {
        display: block;
        float: left;
        width: 50%;
        font-size: 14px;
        color: #b3b3b3;
        cursor: pointer;
        height: 28px;
        line-height: 28px;
    }

    .foot_lian {
        float: none;
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .foot_con2 {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .foot_con2 a {
        display: block;
        float: left;
        width: 50%;
        font-size: 14px;
        color: #b3b3b3;
        cursor: pointer;
        height: 28px;
        line-height: 28px;
    }

    .foot_right {
        float: right;
        height: 180px;
        padding-top: 115px;
        display: none;
    }


    /*版权*/
    .typeright_warp {
        width: 100%;
        background: #092236 none;
        height: auto;
        overflow: hidden;
        min-width: 100%;
    }

    .typeright {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        padding: 15px 0px;
    }

    .typeright_left {
        float: left;
        width: 100%;
        text-align: center;
        height: 20px;
        font-size: 12px;
        color: #b3b3b3;
        line-height: 20px;
    }

    .typeright_right {
        float: right;
        width: 100%;
        text-align: center;
        height: 20px;
        font-size: 12px;
        color: #b3b3b3;
        line-height: 20px;
    }


    /*新闻详情*/
    .xiang {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-bottom: 80px;
        margin-top: 20px;
    }

    .xiang_tit {
        width: 96%;
        margin: auto;
        height: auto;
        line-height: 30px;
        overflow: hidden;
        font-size: 16px;
        color: #333333;
        text-align: center;
        border-bottom: 1px dashed #ececec;
    }

    .xiang_come {
        width: 96%;
        margin: auto;
        text-align: center;
        font-size: 12px;
        color: #999999;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
    }

    .xiang_come span {
        color: #206bd1;
        margin-left: 10px;
        margin-right: 10px;
    }

    .xiang_con1 {
        display: block;
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin-top: 10px;
        padding-bottom: 50px;
        border-bottom: 1px dashed #ececec;
    }

    .xiang_con1 img {
        max-width: 100%;
        height: auto;
    }

    .xiang_con {
        display: none;
    }

    .xiang_fen {
        width: 96%;
        height: auto;
        overflow: hidden;
        text-align: right;
        padding: 15px 0px;
    }

    .xiang_next {
        width: 96%;
        height: 60px;
        margin: auto;
    }

    .xiang_next a {
        font-size: 14px;
        cursor: pointer;
        color: #333333;
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
    }

    .xiang_next a:hover {
        color: #57aafb;
        transition: all 0.2s ease-in;
    }

    /*党群概况*/
    .survey {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        margin: auto;
        margin-top: 25px;
        padding-bottom: 120px;
    }

    .survey img {
        max-width: 100%;
    }

    /*搜索*/
    .banner_2 {
        width: 100%;
        height: 40px;
        margin: auto;
        padding-top: 80px;
        background-color: rgba(1, 50, 98, 0.6);
    }

    .rich {
        width: 96%;
        height: 40px;
        background-color: #fff;
        margin: auto;
        position: relative;
    }

    .rich_text {
        font-size: 14px;
        color: #999999;
        padding-left: 15px;
        height: 40px;
        border: none;
        width: 80%;
    }

    .rich_btn {
        width: 64px;
        height: 40px;
        border: none;
        background: #57aafb url(../images/index_06.png) no-repeat center;
        position: absolute;
        right: 0;
        top: 0;
    }

    .main {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 0px;
    }

    .finally {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .finally ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
    }

    .finally ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
        border-bottom: 1px solid #ececec;
    }

    .finally_1 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
    }

    .finally_2 {
        width: 100%;
        font-size: 14px;
        color: #333333;
        overflow: hidden;
        height: 50px;
        line-height: 25px;
    }

    .finally_3 {
        width: 100%;
        font-size: 12px;
        color: #666666;
        height: 30px;
        line-height: 30px;
    }

    /*分页样式*/
    .page_list {
        height: 28px;
        line-height: 28px;
        text-align: center;
        letter-spacing: 0;
        width: 100%;
        float: left;
        margin: auto;
        margin-bottom: 80px;
        margin-top: 20px;
    }

    .page_list a {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-right: 5px;
        font-size: 14px;
        color: #666666;
        text-align: center;
        line-height: 28px;
        border-radius: 4px;
        border: 1px solid #ececec;
    }

    .page_list a:hover {
        color: #fff;
        border: 1px solid #57aafb;
        background-color: #57aafb;
    }

    .page_list a.on {
        color: #fff;
        border: 1px solid #57aafb;
        background-color: #57aafb;
    }


    /*交通*/
    .traffic_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #3e3a39;
        padding-bottom: 12px;
        background: url(../images/index_391.jpg) no-repeat center bottom;
        height: auto;
        line-height: 30px;
        margin-top: 15px;
    }

    .traffic_lun {
        width: 100%;
        height: 160px;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-top: 10px;
    }

    .traffic_lun .swiper-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: auto;
    }

    .traffic_lun .swiper-slide {
        overflow: hidden;
    }

    #roll_lr {
        width: 320px;
        overflow: hidden;
        margin: auto;
    }

    .roll_table {
        width: 321px;
    }

    .traffic_tu {
        width: 288px;
        height: 160px;
        overflow: hidden;
        margin: auto;
    }

    .traffic_tu a {
        display: block;
        width: 288px;
        height: 160px;
        position: relative;
    }

    .traffic_tu a:hover .traffic_1 img {
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .traffic_tu a:hover .traffic_2 {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .traffic_con1 {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-bottom: 125px;
        margin-top: 30px;
    }

    .traffic_con {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        padding-bottom: 125px;
    }

    .traffic_left {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-right: 0px;
    }

    .traffic_1 {
        width: 288px;
        height: 160px;
        overflow: hidden;
    }

    .traffic_1 img {
        width: 288px;
        height: 160px;
    }

    .traffic_2 {
        width: 288px;
        height: 160px;
        position: absolute;
        top: 0;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 160px;
        background-color: rgba(30, 56, 72, 0.8);
        opacity: 0;
    }


    .traffic_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }

    .traffic_list a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        height: auto;
        cursor: pointer;
        float: left;
    }

    .traffic_list a:hover {
        color: #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .traffic_right {
        float: right;
        width: 50%;
        height: auto;
        overflow: hidden;
    }

    /*产品与服务*/
    .product {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-bottom: 100px;
    }

    .product ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .product ul li.product_li {
        margin-right: 0px;
    }

    .product ul li a {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .product_img {
        width: 380px;
        height: 326px;
        overflow: hidden;
    }

    .product_img img {
        width: 380px;
        height: 326px;
    }

    .product_bg {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        bottom: 0px;
        -webkit-transition: all 0.4s ease-in;
    }

    .product_1 {
        font-size: 18px;
        color: #3e3a39;
        text-align: center;
        width: 100%;
        height: 35px;
        margin: auto;
        line-height: 35px;
        /*padding-top:80px;*/
    }

    .product_2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        text-align: center;
        font-size: 14px;
        color: #666;
        line-height: 22px;
    }

    /*招聘*/
    .recruit_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        margin: auto;
        color: #333333;
        line-height: 28px;
        margin-top: 10px;
        padding-bottom: 40px;
    }

    .recruit_con img {
        max-width: 100%;
    }

    .recruit_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 140px;
    }

    .recruit_list ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
    }

    .recruit_1 {
        width: 100%;
        height: 40px;
        background-color: #ececec;
        border-radius: 4px;
    }

    .recruit_1_1 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 33%;
        text-align: center;
    }

    .recruit_1_2 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 33%;
        text-align: center;
        display: none;
    }

    .recruit_1_3 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 220px;
        text-align: center;
        display: none;
    }

    .recruit_1_4 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 33%;
        text-align: center;
    }

    .recruit_1_5 {
        float: right;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666666;
        width: 33%;
        text-align: center;
    }

    .recruit_2 {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #ececec;
    }

    .recruit_2_1 {
        float: left;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #666666;
        width: 33%;
        text-align: center;
    }

    .recruit_2_2 {
        float: left;
        height: 60px;
        line-height: 80px;
        font-size: 16px;
        color: #666666;
        width: 240px;
        text-align: center;
        display: none;
    }

    .recruit_2_3 {
        float: left;
        height: 60px;
        line-height: 80px;
        font-size: 16px;
        color: #666666;
        width: 220px;
        text-align: center;
        display: none;
    }

    .recruit_2_4 {
        float: left;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #666666;
        width: 33%;
        text-align: center;
    }

    .recruit_2_5 {
        float: right;
        height: 60px;
        width: 33%;
        text-align: center;
    }

    .recruit_2_5 a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        width: 82px;
        height: 28px;
        background-color: #57aafb;
        text-align: center;
        line-height: 28px;
        border-radius: 4px;
        margin-top: 16px;
        cursor: pointer;
    }

    .popup_warp {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 9999;
        display: block;
        background-color: #fff;
    }

    .popup {
        width: 96%;
        height: 95vh;
        margin: auto;
        background-color: #fff;
        position: relative;
        overflow-y: scroll;
    }

    .popup_cha {
        width: 100%;
        height: 40px;
        text-align: right;
    }

    .popup_cha a {
        display: inline-block;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .popup_cha img {
        width: 40px;
        height: 40px;
    }

    .popup_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #333333;
        height: 40px;
        line-height: 40px;
        margin-top: 0px;
    }

    .popup_fen {
        width: 96%;
        height: 35px;
        font-size: 14px;
        color: #000;
        line-height: 35px;
        margin: auto;
        text-align: right;
    }

    .popup_fen span {
        margin-right: 10px;
    }

    .popup_need {
        width: 96%;
        margin: auto;
        text-align: center;
        font-size: 14px;
        color: #333333;
        height: auto;
        overflow: hidden;
        line-height: 25px;
    }

    .popup_need span {
        padding: 0px 5px;
    }

    .popup_rong {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .popup_con {
        width: 100%;
        margin: auto;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 20px;
    }

    .popup_con span.popup_span {
        font-size: 18px;
    }

    .popup_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 10px;
    }

    .popup_list ul li {
        float: left;
        width: 100%;
        height: 44px;
        overflow: hidden;
        line-height: 22px;
        font-size: 12px;
        color: #333333;
        text-align: center;
        margin-bottom: 10px;
    }

    .popup_list ul li span {
        font-size: 14px;
    }

    .popup_list ul li a {
        color: #333333;
    }


    /*公司地址*/
    .site_mune {
        width: 96%;
        text-align: center;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .site_mune a {
        display: inline-block;
        border-radius: 4px;
        font-size: 14px;
        color: #666666;
        border: 1px solid #ececec;
        margin: 0px 5px;
        width: 60px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
        margin-bottom: 5px;
    }

    .site_con {
        width: 96%;
        height: auto;
        margin: auto;
        overflow: hidden;
        margin-top: 30px;
        padding-bottom: 100px;
        display: none;
    }

    .site_left {
        float: left;
        text-align: left;
        font-size: 14px;
        color: #333333;
        line-height: 30px;
        width: 100%;
        padding-top: 0px;
    }

    .site_left span {
        font-size: 16px;
    }

    .site_mid {
        float: left;
        width: 100%;
        height: 280px;
        overflow: hidden;
        margin-left: 0px;
        margin-top: 15px;
    }

    .site_mid img {
        width: 100%;
        height: auto;
    }

    .site_right {
        float: right;
        width: 56px;
        padding-top: 25px;
        display: none;
    }

    .site_1 {
        width: 56px;
        height: 56px;
        margin-bottom: 40px;
    }

    .site_1 a {
        display: block;
        width: 56px;
        height: 56px;
        cursor: pointer;
    }

    .site_2 {
        width: 56px;
        height: 56px;
        margin-bottom: 40px;
    }

    .site_2 a {
        display: block;
        width: 56px;
        height: 56px;
        cursor: pointer;
        position: relative;
    }

    .site_2 a:hover .site_wei {
        display: block;
    }

    .site_wei {
        width: 100px;
        height: 100px;
        position: absolute;
        top: -20px;
        left: -114px;
        display: none;
    }

    /*公司简介*/
    .synopsis {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .synopsis_left {
        float: left;
        width: 516px;
        height: auto;
        overflow: hidden;
    }

    .synopsis_right {
        float: right;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        width: 100%;
        margin-top: 15px;
        height: auto;
        overflow: hidden;
    }

    .synopsis1 {
        width: 96%;
        height: auto;
        margin: auto;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .synopsis_right1 {
        float: right;
        width: 516px;
        height: auto;
        overflow: hidden;
    }

    .synopsis_left1 {
        float: left;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        width: 100%;
        margin-top: 15px;
        height: auto;
        overflow: hidden;
    }

    .range_kong {
        width: 100%;
        height: 20px;
        overflow: hidden;
    }

    .range {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .range ul li {
        float: left;
        width: 100%;
        height: auto;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .range ul li.range_li {
        margin-right: 0px;
    }

    .range ul li a {
        display: block;
        width: 580px;
        height: 200px;
        position: relative;
        overflow: hidden;
    }


    .range_img {
        width: 580px;
        height: 200px;
        overflow: hidden;
    }

    .range_img img {
        width: 580px;
        height: 200px;
    }

    .range_tit {
        width: 580px;
        height: 200px;
        position: absolute;
        bottom: 0px;
        background-color: rgba(30, 56, 72, 0.8);
        text-align: center;
        line-height: 200px;
        font-size: 18px;
        color: #fff;
        opacity: 1;
    }

    .range_bg {
        width: 580px;
        height: 200px;
        position: absolute;
        bottom: 0px;
        background-color: rgba(30, 56, 72, 0.8);
        opacity: 1;
    }

    .range_1 {
        width: 100%;
        text-align: center;
        font-size: 28px;
        color: #fff;
        padding-top: 35px;
    }

    .range_2 {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #fff;
        height: 30px;
        line-height: 30px;
    }


    /*资质荣誉*/
    .aptitude_left {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .aptitude_tu {
        width: 380px;
        height: 260px;
        overflow: hidden;
    }

    .aptitude_tu a {
        display: block;
        width: 380px;
        height: 260px;
        position: relative;
    }

    .aptitude_1 {
        width: 380px;
        height: 260px;
        overflow: hidden;
    }

    .aptitude_1 img {
        width: 380px;
        height: 260px;
    }

    .aptitude_2 {
        width: 380px;
        height: 260px;
        position: absolute;
        top: 0;
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 260px;
        background-color: rgba(30, 56, 72, 0.8);
        opacity: 1;
    }

    .aptitude_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }

    .aptitude_list a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        height: auto;
        cursor: pointer
    }

    .aptitude_list a:hover {
        color: #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .aptitude_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    /*发展历程*/
    .course {
        width: 96%;
        height: auto;
        margin: auto;
        overflow: hidden;
        padding: 20px 0px;
        background: none;
        margin-bottom: 60px;
    }

    .course_con {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .course_img {
        float: left;
        width: 400px;
        height: 200px;
        position: relative;
    }

    .course_tu {
        width: 400px;
        height: 200px;
    }

    .course_biao {
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #fff;
        text-align: center;
    }

    .course_quan {
        float: left;
        width: 99px;
        height: 200px;
        background: url(../images/course_08.png) no-repeat center;
        display: none;
    }

    .course_nei {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
    }

    .course_nei span {
        display: block;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
    }

    /*电力及能源工程总承包*/
    .flow_img {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .flow_img img {
        width: 100%;
        height: auto;
    }

    .flow_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
        display: none;
    }

    .flow_list ul li {
        float: left;
        width: 100%;
        text-align: center;
        height: auto;
        overflow: hidden;
        border: none;
        list-style: none;
        margin-right: 0px;
        overflow: hidden;
    }

    .flow_list ul li.flow_list_li {
        margin-right: 0px;
    }

    .flow_list ul li img {
        height: auto;
        max-width: 100%;
    }

    .flow_con {
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        margin-top: 20px;
        padding-bottom: 50px;
    }

    /*产品详情*/
    .detail_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #3e3a39;
        height: 40px;
        line-height: 40px;
    }

    .detail_list {
        width: 320px;
        height: 320px;
        position: relative;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .detail_iframe {
        width: 320px;
        height: 320px;
    }

    .ban {
        width: 100%;
        height: 320px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .ban2 {
        width: 320px;
        height: 320px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .ban2 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

    .ban2 ul li {
        width: 320px;
        height: 320px;
        list-style: none;
    }

    .ban2 ul li img {
        width: 320px;
        height: 320px
    }

    .prev {
        float: left;
        cursor: pointer;
    }

    .min_pic {
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 0;
    }

    .num {
        height: 70px;
        overflow: hidden;
        width: 390px;
        position: relative;
        margin: auto;
        display: none;
    }

    .prev_btn1 {
        width: 30px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        text-align: center;
        color: #57aafb;
        border: 1px solid #57aafb;
        font-family: "宋体";
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        left: 0px;
        top: 150px;
        z-index: 9;
    }

    .prev_btn1:hover {
        border: 1px solid #57aafb;
        color: #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .next_btn1 {
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        color: #57aafb;
        border: 1px solid #57aafb;
        font-family: "宋体";
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        right: 0px;
        top: 150px;
        z-index: 9;
    }

    .next_btn1:hover {
        border: 1px solid #57aafb;
        color: #57aafb;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .detail_warp {
        width: 100%;
        background: #0d2a44 none;
        height: auto;
        overflow: hidden;
        padding: 10px 0px;
    }

    .detail_mune {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        display: none;
    }

    .detail_mune a {
        display: block;
        float: left;
        width: 25%;
        height: 24px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        cursor: pointer;
    }

    .detail_mune a:hover {
        background: none;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .detail_mune a.detail_mune_a {
        background: none;
    }

    .detail_mune1 {
        width: 100%;
        height: 25px;
        position: relative;
        display: block;
    }

    .detail_mune1 .swiper-container {
        width: 100%;
        height: 100%;
    }

    .detail_mune1 .swiper-slide {
        text-align: center;
        font-size: 14px;
        color: #fff;
        height: 24px;
        line-height: 24px;
        width: auto;
        margin: 0px 10px;
    }

    .detail_mune1 .swiper-slide.swiper-slide-active {
        color: #57aafb;
    }

    .detail_mune1 .swiper-slide a {
        display: block;
        float: left;
        padding: 0px 8px;
        height: 24px;
        cursor: pointer;
        font-size: 14px;
        color: #fff;
    }

    .detail_mune1 .swiper-slide a.serBox1 {
        color: #57aafb;
    }


    .detail_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 10px;
        display: none;
    }

    .detail_nei {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-bottom: 50px;
    }

    .detail_nei img {
        max-width: 100%;
    }

    .detail_con img {
        max-width: 100%;
    }

    /*智能运维及系统*/
    .economy_warp {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f8f8f8;
        margin-top: 25px;
    }

    .economy {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-top: 40px;
    }

    .economy_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .economy_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .economy_left {
        float: left;
        width: 100%;
        height: 40px;
        text-align: center;
    }

    .economy_left img {
        height: 40px;
    }

    .economy_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
    }

    .economy_1 {
        width: 100%;
        font-size: 18px;
        color: #333333;
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .economy_2 {
        width: 100%;
        font-size: 14px;
        color: #333333;
        height: auto;
        overflow: hidden;
        margin-top: 5px;
        text-align: center;
    }

    .economy_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .economy_con img {
        max-width: 100%;
    }

    .finance_warp {
        width: 100%;
        background: url(../images/economy_13.jpg) no-repeat center;
        height: auto;
        overflow: hidden;
    }

    .finance {
        width: 96%;
        height: auto;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 20px;
        margin: auto;
    }

    .finance_list {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .finance_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 40px;
    }

    .finance_list ul li a {
        display: block;
        width: 100%;
        height: auto;
    }

    .finance_img {
        width: 100%;
        height: 45px;
        text-align: center;
    }

    .finance_img img {
        height: 45px;
    }

    .finance_tit {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin-top: 15px;
    }

    .finance_con {
        width: 60%;
        text-align: center;
        font-size: 14px;
        color: #fff;
        height: auto;
        overflow: hidden;
        margin: auto;
        line-height: 24px;
    }

    .luck_warp {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f9f8f9;
        padding-bottom: 40px;
    }

    .luck {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-top: 40px;
    }

    .luck_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .luck_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
        list-style: none;
        margin-right: 0px;
    }

    .luck_list ul li.luck_list_li {
        margin-right: 0px;
    }

    .luck_left {
        float: left;
        width: 100%;
        height: 60px;
        text-align: center;
    }

    .luck_left img {
        height: 60px;
    }

    .luck_left1 {
        float: left;
        width: 100%;
        height: 60px;
        text-align: center;
    }

    .luck_left1 img {
        height: 60px;
    }

    .luck_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0px;
    }

    .luck_1 {
        width: 100%;
        font-size: 18px;
        color: #333333;
        height: 31px;
        overflow: hidden;
        padding-top: 8px;
        text-align: center;
    }

    .luck_2 {
        width: 100%;
        font-size: 14px;
        color: #666666;
        height: auto;
        line-height: 22px;
        overflow: hidden;
        margin-top: 5px;
        text-align: center;
    }

    .luck_con {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 40px;
    }

    .luck_con img {
        max-width: 100%;
    }

    /*盛隆风采*/
    .main1 {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 20px;
    }

    .main_left {
        float: left;
        width: 100%;
        height: auto;
    }

    .mien {
        width: 96%;
        height: auto;
        padding-top: 0px;
        margin: auto;
    }

    .mien ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .mien ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mien1 {
        width: 96%;
        height: auto;
        padding-top: 0px;
        margin: auto;
    }

    .mien1 ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .mien1 ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mien_img {
        width: 282px;
        height: 220px;
        overflow: hidden;
    }

    .mien_img img {
        width: 282px;
        height: 220px;
    }

    .mien_con {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mien_1 {
        display: none;
    }

    .mien_11 {
        display: block;
        font-size: 16px;
        color: #333333;
        width: 100%;
        margin: auto;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding-top: 15px;
    }

    .mien_2 {
        width: 100%;
        margin: auto;
        font-size: 12px;
        color: #666666;
        height: 25px;
        line-height: 25px;
    }

    .main_right {
        float: none;
        width: 96%;
        margin: auto;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
    }

    .time_tit {
        width: 100%;
        font-size: 18px;
        color: #333333;
        height: 34px;
        border-bottom: 1px solid #ececec;
    }

    .time_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .time_list a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #666666;
        line-height: 28px;
        cursor: pointer;
    }


    .crux {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
        margin-bottom: 60px;
    }

    .crux a {
        display: inline-block;
        padding-bottom: 10px;
        height: 26px;
        color: #333333;
        line-height: 26px;
        padding-right: 20px;
        cursor: pointer;
    }

    .crux .tags0 {}

    .crux .tags1 {
        font-size: 20px;
    }

    .crux .tags2 {
        font-size: 18px;
    }

    .crux .tags3 {
        font-size: 22px;
    }

    .crux .tags4 {
        font-size: 14px;
    }

    .crux .tags5 {
        font-size: 16px;
    }

    .crux .tags6 {
        font-size: 18px;
    }

    .crux .tags7 {
        font-weight: bold;
        font-size: 14px;
    }

    .crux .tags8 {
        font-weight: bold;
    }

    .crux .tags9 {
        font-weight: bold;
        font-size: 12px;
    }

    /*信息公示*/
    .publicity {
        width: 96%;
        height: auto;
        overflow: hidden;
        padding-top: 0px;
        margin: auto;
    }

    .publicity ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 10px;
    }

    .publicity ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }

    .publicity_tit {
        width: 100%;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        font-size: 18px;
        color: #333333;
    }

    .publicity_con {
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

    .publicity_time {
        width: 100%;
        font-size: 12px;
        color: #666666;
        height: 40px;
        line-height: 40px;
    }


    /*新闻中心*/
    .news {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 5px;
    }

    .news ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 10px;
    }

    .news ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }


    .news_tit {
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 16px;
        color: #333333;
    }

    .news_con {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .news_img {
        float: left;
        width: 247px;
        height: 156px;
        overflow: hidden;
    }

    .news_img img {
        width: 247px;
        height: 156px;
    }

    .news_right {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
        position: relative;
    }

    .news_1 {
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        height: auto;
        overflow: hidden;
    }

    .news_2 {
        width: 100%;
        font-size: 12px;
        color: #666666;
        position: relative;
        bottom: 0;
        height: 24px;
        line-height: 24px;
    }

    .news_3 {
        width: 100%;
        height: 130px;
        overflow: hidden;
        font-size: 16px;
        color: #333;
        line-height: 28px;
    }


    /*banner*/
    .big {
        display: none;
    }

    .big1 {
        display: block;
        width: 100%;
        height: 955px;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

    .big_div {
        width: 100%;
        height: 955px;
    }

    .big1 .pagination1 {
        position: absolute;
        bottom: 10px;
        width: 96%;
        z-index: 7;
        margin: auto;
        text-align: left;
        padding-left: 15%;
    }

    .big1 .swiper-pagination-bullet {
        display: inline-block;
        width: 20px;
        height: 2px;
        margin-right: 20px;
        cursor: pointer;
        opacity: 1;
        background-color: #fff;
    }

    .big1 .swiper-pagination-bullet-active {
        background-color: #00a0e9;
    }

    .big1 .swiper-slide.swiper-slide-active .big_con {
        opacity: 1;
        transform: translate(0, 0)
    }

    .big_con {
        width: 96%;
        height: 100%;
        margin: auto;
        opacity: 0;
        transition: all 0.8s ease-in-out;
        transition-delay: 0.8s;
        transform: translate(200px, 0)
    }

    .big_1 {
        width: 100%;
        margin: auto;
        font-size: 20px;
        color: #fff;
        height: 29px;
        padding-top: 130px;
        font-weight: bold;
    }

    /* .big_2 {
        font-size: 14px;
        color: #ffffff;
        line-height: 24px;
        height: 48px;
        width: 80%;
        margin-top: 10px;
    } */

    
    .big_2 {
        font-size: 14px;
        color: #ffffff;
        line-height: 24px;
        height: 70px;
        width: 80%;
        margin-top: 37px;
        margin-left: 0;
    }

    .big_3 {
        width: 100%;
        height: 51px;
        margin-top: 20px;
    }

    .big_3 a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        border: 1px solid #fff;
        width: 90px;
        height: 30px;
        margin-right: 10px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }

    .big_3 a:hover {
        background-color: #00a0e9;
        border: 2px solid #00a0e9;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .big-left {
        display: none;
    }

    .big-right {
        display: none;
    }






    /*产品及服务*/
    .serve {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 40px;
    }

    .serve_tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #3e3a39;
        height: auto;
        padding-bottom: 12px;
        background: url(../images/index_391.jpg) no-repeat center bottom;
        font-weight: bold;
    }

    .serve_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }

    .serve_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-bottom: 20px;
    }

    .serve_list ul li a {
        display: block;
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .serve_1 {
        width: 100%;
        height: 50px;
        text-align: center;
        overflow: hidden;
    }

    .serve_1_1 {
        width: 100%;
        height: 50px;
        text-align: center;
    }

    .serve_1_1 img {
        height: 50px;
    }

    .serve_1_2 {
        width: 100%;
        height: 50px;
        text-align: center;
    }

    .serve_1_2 img {
        height: 50px;
    }

    .serve_2 {
        font-size: 16px;
        color: #333333;
        width: 100%;
        text-align: center;
        height: auto;
        overflow: hidden;
        line-height: 24px;
        margin-top: 15px;
        font-weight: bold;
    }

    .serve_3 {
        margin: auto;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        width: 65%;
        text-align: center;
        margin-top: 5px;
    }

    /*公司新闻*/
    .press {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .press_list {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        display: none;
    }

    .press_list ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .press_list ul li.press_list_li {
        margin-right: 0px;
    }

    .press_list ul li a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .xinwen {
        width: 96%;
        height: auto;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-top: 20px;
        display: block;
        padding-bottom: 50px;
    }

    .xinwen .paginationx {
        position: absolute;
        bottom: 10px;
        width: 100%;
        z-index: 10;
        margin: auto;
        text-align: center;
    }

    .xinwen .swiper-pagination-bullet {
        display: inline-block;
        width: 20px;
        height: 2px;
        margin-right: 20px;
        cursor: pointer;
        opacity: 1;
        background-color: #eff2fb;
    }

    .xinwen .swiper-pagination-bullet-active {
        background-color: #57a9fb;
    }


    .xinwen_con {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .xinwen_con a {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .press_img {
        width: 380px;
        height: 240px;
        overflow: hidden;
    }

    .press_img img {
        width: 380px;
        height: 240px;
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

    .press_tit {
        width: 96%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 16px;
        color: #3e3a39;
        margin: auto;
        margin-top: 10px;
        text-align: center;
    }

    .press_con {
        width: 96%;
        height: 44px;
        margin: auto;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        overflow: hidden;
        text-align: center;
    }

    .press_time {
        width: 96%;
        margin: auto;
        font-size: 12px;
        color: #666;
        height: 19px;
        margin-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }


    /*认证证书*/
    .admit_warp {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0px 0px;
        background: url(../images/di1.jpg) no-repeat center;
        background-size: 100% auto cover;
        min-width: 100%;
    }

    .admit {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .admit_list {
        width: 86%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding: 15px 0px;
        padding-top: 80px;
    }

    .admit_list ul li {
        float: left;
        width: 100%;
        height: 115px;
        list-style: none;
    }

    .admit_list ul li a {
        display: block;
        width: 100%;
        margin: auto;
        height: 90px;
    }

    .admit_num {
        width: 100%;
        height: 40px;
        padding-top: 10px;
        text-align: left;
        font-size: 14px;
        color: #fff;
    }

    .admit_num span {
        font-size: 30px;
    }

    .admit_con {
        width: 100%;
        font-size: 14px;
        color: #fff;
        text-align: left;
        height: 48px;
        line-height: 24px;
    }

    /*部分用户*/
    .sect {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 30px;
    }

    .sect_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .sect_list ul li {
        float: left;
        width: 50%;
        height: 160px;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .sect_list ul li.sect_list_li {
        margin-right: 0px;
    }

    .sect_list ul li a {
        display: block;
        width: 96%;
        height: 160px;
        position: relative;
        margin: auto;
    }

    .sect_img {
        width: 288px;
        height: 160px;
        overflow: hidden;
    }

    .sect_img img {
        width: 288px;
        height: 160px;
    }

    .sect_tit {
        width: 288px;
        height: 160px;
        text-align: center;
        line-height: 160px;
        font-size: 16px;
        color: #fff;
        position: absolute;
        bottom: 0;
        background-color: rgba(1, 50, 98, 0.4);
    }

    /*contact*/
    .contact {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .opus {
        width: 550px;
        height: auto;
        position: relative;
        overflow: hidden;
        margin: auto;
        margin-top: 20px;
    }

    .opus .swiper-slide {
        -webkit-transition: transform 1.0s;
        -moz-transition: transform 1.0s;
        -ms-transition: transform 1.0s;
        -o-transition: transform 1.0s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .opus .swiper-slide-active,
    .swiper-slide-duplicate-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .opus .swiper-slide.swiper-slide-active .opus_2 {
        display: block;
    }

    .opus .swiper-slide.swiper-slide-active .opus_1_bg {
        background-color: rgba(0, 0, 0, 0);
    }




    .opus:hover .opus-prev {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .opus:hover .opus-next {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .opus-prev {
        position: absolute;
        left: 0%;
        top: 38%;
        z-index: 1100;
        cursor: pointer;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        font-family: "宋体";
        width: 35px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        opacity: 1;
    }

    .opus-next {
        position: absolute;
        top: 38%;
        right: 0px;
        z-index: 1100;
        cursor: pointer;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        font-family: "宋体";
        width: 35px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        opacity: 1;
    }

    .opus_con {
        width: 96%;
        height: auto;
        position: relative;
        margin: auto;
    }

    .opus_1 {
        width: 100%;
        height: auto;
        text-align: center;
        margin: auto;
    }

    .opus_1 img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .opus_1_bg {
        width: 100%;
        height: 98%;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
    }

    .opus_1 img {
        width: 100%;
        height: auto;
    }

    .opus_2 {
        width: 100%;
        font-size: 16px;
        color: #333333;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        display: none;
    }




    .detail {
        width: 96%;
        height: 155px;
        margin: auto;
        margin-top: 10px;
    }

    .ban1 {
        width: 100%;
        height: 155px;
        position: relative;
        overflow: hidden;
        margin: auto;
        display: none;
    }



    .detail_lun {
        width: 100%;
        height: auto;
        margin: auto;
        text-align: center;
        position: relative;
        overflow: hidden;
        display: block;
    }

    .detail_lun img {
        max-width: 100%;
        height: auto;
    }


    .ce_img {
        height: auto;
        width: 100%;
        display: block;
        overflow: hidden;
        margin-top: 15px;
    }

    .ce_img img {
        max-width: 100%;
    }

    /*下载中心*/
    .down {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-bottom: 100px;
    }

    .down ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
    }

    .down_1 {
        width: 100%;
        height: 40px;
        background-color: #ececec;
        border-radius: 4px;
    }

    .down_1_1 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #666666;
        width: 33%;
        text-align: center;
    }

    .down_1_2 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #666666;
        width: 265px;
        text-align: center;
        display: none;
    }

    .down_1_3 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #666666;
        width: 33%;
        text-align: center;
    }

    .down_1_4 {
        float: right;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #666666;
        width: 33%;
        text-align: center;
    }

    .down_2 {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #ececec;
    }

    .down_2_1 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        color: #666666;
        width: 33%;
        text-align: center;
    }

    .down_2_2 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        color: #666666;
        width: 265px;
        text-align: center;
        display: none;
    }

    .down_2_3 {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        color: #666666;
        width: 33%;
        text-align: center;
    }

    .down_2_4 {
        float: right;
        height: 40px;
        width: 33%;
        text-align: center;
    }

    .down_2_4 a {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        width: 60px;
        height: 28px;
        background-color: #57aafb;
        text-align: center;
        line-height: 28px;
        border-radius: 4px;
        margin-top: 7px;
        cursor: pointer;
    }

    .foot_left3 {
        float: none;
        width: 100%;
        height: auto;
        overflow: hidden;
    }


}